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

Method event_queue

src/apps/cli/src/agent/core_adapter.rs:46–48  ·  view source on GitHub ↗

Get the event queue (for external event consumption)

(&self)

Source from the content-addressed store, hash-verified

44
45 /// Get the event queue (for external event consumption)
46 pub fn event_queue(&self) -> &Arc<EventQueue> {
47 &self.event_queue
48 }
49
50 /// Get the coordinator (for advanced operations like list_sessions, get_messages)
51 #[allow(dead_code)]

Callers 2

runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected