MCPcopy 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
146impl Drop for QueryLeaseScope {

Callers 15

do_materialize_databaseFunction · 0.45
probe_target_keyFunction · 0.45
render_promMethod · 0.45
render_prometheusMethod · 0.45
write_pendingMethod · 0.45
write_durationsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected