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

Method all

nodedb/src/control/security/audit/log.rs:181–183  ·  view source on GitHub ↗

Get all entries in memory.

(&self)

Source from the content-addressed store, hash-verified

179
180 /// Get all entries in memory.
181 pub fn all(&self) -> &VecDeque<AuditEntry> {
182 &self.entries
183 }
184
185 pub fn len(&self) -> usize {
186 self.entries.len()

Callers 15

all_freshMethod · 0.45
convert_insert_selectFunction · 0.45
check_compiled_writeFunction · 0.45
is_simple_identifierFunction · 0.45
filter_batch_by_whenFunction · 0.45
matches_allFunction · 0.45
audit_logFunction · 0.45
show_audit_log_memoryFunction · 0.45
show_audit_whereFunction · 0.45
try_eval_scalar_functionFunction · 0.45

Calls

no outgoing calls

Tested by 5

show_audit_log_memoryFunction · 0.36
show_audit_whereFunction · 0.36
validate_nameFunction · 0.36