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

Method append

src/crates/execution/agent-runtime/src/evidence_ledger.rs:196–202  ·  view source on GitHub ↗
(&self, event: EvidenceLedgerEvent)

Source from the content-addressed store, hash-verified

194 }
195
196 pub fn append(&self, event: EvidenceLedgerEvent) -> EvidenceLedgerEvent {
197 self.events_by_session
198 .entry(event.session_id.clone())
199 .or_default()
200 .push(event.clone());
201 event
202 }
203
204 pub fn events_for_turn(&self, session_id: &str, turn_id: &str) -> Vec<EvidenceLedgerEvent> {
205 self.events_by_session

Callers 15

search_filesFunction · 0.80
open_fileMethod · 0.80
executeHttpRequestMethod · 0.80
addNodeViewFunction · 0.80
get_slide_infoFunction · 0.80
build_slide_listFunction · 0.80
create_gridsFunction · 0.80
remove_orphaned_slidesFunction · 0.80
remove_trash_directoryFunction · 0.80
remove_orphaned_filesFunction · 0.80

Calls 2

pushMethod · 0.45
cloneMethod · 0.45