Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_fresh
Method · 0.45
convert_insert_select
Function · 0.45
check_compiled_write
Function · 0.45
verify_chain_succeeds_after_audit_checkpoint
Function · 0.45
audit_record_with_db_strict
Method · 0.45
is_simple_identifier
Function · 0.45
filter_batch_by_when
Function · 0.45
matches_all
Function · 0.45
audit_log
Function · 0.45
show_audit_log_memory
Function · 0.45
show_audit_where
Function · 0.45
try_eval_scalar_function
Function · 0.45
Calls
no outgoing calls
Tested by
5
verify_chain_succeeds_after_audit_checkpoint
Function · 0.36
show_audit_log_memory
Function · 0.36
show_audit_where
Function · 0.36
validate_name
Function · 0.36
silent_rejection_logs_audit
Function · 0.36