MCPcopy 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_catalogFunction · 0.45
has_functionMethod · 0.45
has_procedureMethod · 0.45
has_tenantMethod · 0.45
has_rls_policyMethod · 0.45
has_materialized_viewMethod · 0.45
collection_descriptorMethod · 0.45
function_descriptorMethod · 0.45
procedure_descriptorMethod · 0.45
start_with_configMethod · 0.45
start_on_dir_refMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by 15

has_functionMethod · 0.36
has_procedureMethod · 0.36
has_tenantMethod · 0.36
has_rls_policyMethod · 0.36
has_materialized_viewMethod · 0.36
collection_descriptorMethod · 0.36
function_descriptorMethod · 0.36
procedure_descriptorMethod · 0.36
follower_tombstonesFunction · 0.36
catalog_hwmFunction · 0.36