MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / len

Method len

nodedb/src/control/security/audit/log.rs:185–187  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

183 }
184
185 pub fn len(&self) -> usize {
186 self.entries.len()
187 }
188
189 pub fn is_empty(&self) -> bool {
190 self.entries.is_empty()

Callers 15

handle_publishFunction · 0.45
parse_payloadFunction · 0.45
load_master_keyMethod · 0.45
generate_dekMethod · 0.45
decrypt_dekMethod · 0.45
rotate_master_keyMethod · 0.45
resolve_inheritanceMethod · 0.45
tenant_countMethod · 0.45
parse_conditionsFunction · 0.45
combine_policiesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected