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/lease/refcount.rs:141–143 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
139
}
140
141
pub fn is_empty(&self) -> bool {
142
self.descriptor_ids.is_empty()
143
}
144
}
145
146
impl Drop for QueryLeaseScope {
Callers
15
materialize_document_collection
Function · 0.45
parse_materialize_scan_payload
Function · 0.45
materialize_columnar_collection
Function · 0.45
parse_materialize_scan_payload
Function · 0.45
do_materialize_database
Function · 0.45
materialize_kv_collection
Function · 0.45
parse_materialize_scan_payload
Function · 0.45
probe_target_key
Function · 0.45
render_prom
Method · 0.45
render_prometheus
Method · 0.45
write_pending
Method · 0.45
write_durations
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected