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

Method push

src/crates/execution/agent-runtime/src/scheduler.rs:530–535  ·  view source on GitHub ↗
(&self, session_id: &str, message: RoundInjection)

Source from the content-addressed store, hash-verified

528
529impl SessionRoundInjectionBuffer {
530 pub fn push(&self, session_id: &str, message: RoundInjection) {
531 self.inner
532 .entry(session_id.to_string())
533 .or_default()
534 .push(message);
535 }
536
537 /// Drain all messages eligible for the currently running turn. Exact-turn
538 /// injections that target a different turn are retained until the targeted

Callers 15

metadata_toolsFunction · 0.45
appendMethod · 0.45
summary_for_sessionMethod · 0.45
push_blockMethod · 0.45
build_display_mapFunction · 0.45
renumber_index_sectionFunction · 0.45

Calls

no outgoing calls