Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ catalog
Method
catalog
nodedb/src/control/security/org/store.rs:310–312 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
308
}
309
310
pub fn catalog(&self) -> Option<&SystemCatalog> {
311
self.catalog.as_ref()
312
}
313
314
pub fn count(&self) -> usize {
315
self.orgs.read().unwrap_or_else(|p| p.into_inner()).len()
Callers
15
make_state_with_catalog
Function · 0.45
cached_collection_count
Method · 0.45
has_function
Method · 0.45
has_procedure
Method · 0.45
has_tenant
Method · 0.45
has_rls_policy
Method · 0.45
has_materialized_view
Method · 0.45
collection_descriptor
Method · 0.45
function_descriptor
Method · 0.45
procedure_descriptor
Method · 0.45
start_with_config
Method · 0.45
start_on_dir_ref
Method · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
15
cached_collection_count
Method · 0.36
has_function
Method · 0.36
has_procedure
Method · 0.36
has_tenant
Method · 0.36
has_rls_policy
Method · 0.36
has_materialized_view
Method · 0.36
collection_descriptor
Method · 0.36
function_descriptor
Method · 0.36
procedure_descriptor
Method · 0.36
follower_tombstones
Function · 0.36
async_dispatch_fires_on_follower_for_put_and_purge
Function · 0.36
catalog_hwm
Function · 0.36