Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ is_empty
Method
is_empty
nodedb/src/control/security/audit/log.rs:189–191 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
187
}
188
189
pub fn is_empty(&self) -> bool {
190
self.entries.is_empty()
191
}
192
193
pub fn total_recorded(&self) -> u64 {
194
self.total_entries
Callers
15
parse_payload
Function · 0.45
load_from
Method · 0.45
install_replicated_role
Method · 0.45
evaluate_conditions
Function · 0.45
parse_conditions
Function · 0.45
substitute_to_scan_filters
Function · 0.45
combine_policies
Function · 0.45
parse_on_deny
Function · 0.45
build_webhook_payload
Method · 0.45
flush_webhook
Method · 0.45
is_configured
Method · 0.45
validate_break_glass
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected