Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_publish
Function · 0.45
parse_payload
Function · 0.45
generate_tagged_random_hex
Function · 0.45
load_master_key
Method · 0.45
generate_dek
Method · 0.45
decrypt_dek
Method · 0.45
rotate_master_key
Method · 0.45
resolve_inheritance
Method · 0.45
tenant_count
Method · 0.45
parse_conditions
Function · 0.45
substitute_to_scan_filters
Function · 0.45
combine_policies
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected