MCPcopy Create free account
hub / github.com/GCWing/BitFun / is_empty

Method is_empty

src/crates/execution/agent-runtime/src/runtime.rs:69–71  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

67 }
68
69 pub fn is_empty(&self) -> bool {
70 self.len() == 0
71 }
72
73 pub fn len(&self) -> usize {
74 self.events.lock().unwrap().len()

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected