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/array_catalog/registry.rs:86–88 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
84
}
85
86
pub fn is_empty(&self) -> bool {
87
self.entries_by_name.is_empty()
88
}
89
}
90
91
#[cfg(test)]
Callers
5
array_from_key
Function · 0.45
run_gc
Function · 0.45
stream_ops
Method · 0.45
fan_out_op
Method · 0.45
drain_to
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected