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

Method is_empty

src/crates/execution/agent-runtime/src/event_queue.rs:224–226  ·  view source on GitHub ↗

Check if the queue is empty

(&self)

Source from the content-addressed store, hash-verified

222
223 /// Check if the queue is empty
224 pub async fn is_empty(&self) -> bool {
225 self.queue.lock().await.is_empty()
226 }
227}
228
229#[async_trait::async_trait]

Callers 1

dequeue_batchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected