MCPcopy 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_payloadFunction · 0.45
load_fromMethod · 0.45
evaluate_conditionsFunction · 0.45
parse_conditionsFunction · 0.45
combine_policiesFunction · 0.45
parse_on_denyFunction · 0.45
build_webhook_payloadMethod · 0.45
flush_webhookMethod · 0.45
is_configuredMethod · 0.45
validate_break_glassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected