Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GCWing/BitFun
/ push
Method
push
src/crates/execution/agent-runtime/src/runtime.rs:85–87 ·
view source on GitHub ↗
(&self, event: RuntimeEventEnvelope)
Source
from the content-addressed store, hash-verified
83
}
84
85
fn push(&self, event: RuntimeEventEnvelope) {
86
self.events.lock().unwrap().push(event);
87
}
88
}
89
90
#[derive(Debug, Clone, Copy, Default)]
Callers
14
publish_event
Method · 0.45
list_sessions
Method · 0.45
delete_session
Method · 0.45
resolve_session_workspace_binding
Method · 0.45
create_session
Method · 0.45
submit_message
Method · 0.45
get_thread_goal
Method · 0.45
create_thread_goal
Method · 0.45
update_thread_goal_status
Method · 0.45
cancel_turn
Method · 0.45
publish_runtime_event
Method · 0.45
submit_dialog_turn
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected