pub static SCOPE_REPO: Lazy<Mutex<ScopeRepository>>
Expand description
The global scope repo, exposed in case you want to minimize locking and unlocking.
Ths shouldn’t be necessary for you to use. See the ScopeRepository
docs.
pub static SCOPE_REPO: Lazy<Mutex<ScopeRepository>>
The global scope repo, exposed in case you want to minimize locking and unlocking.
Ths shouldn’t be necessary for you to use. See the ScopeRepository
docs.