getRegistry

abstract fun getRegistry(context: C): ScopeRegistry

Get a registry for a given context. Should always return the same registry for the same context.

Return

The registry associated with the given context.

Parameters

context

The context associated with the returned registry.