getScope

expect fun getScope(name: String): Scope?(source)

Get a scope object by name. As the scope cannot exist by itself without having a collection, the null value will be returned if there are no collections under the given scope’s name. Note: The default scope is exceptional, and it will always be returned.

actual fun getScope(name: String): Scope?(source)
actual fun getScope(name: String): Scope?(source)