Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ run_events
Method
run_events
core/src/agent_api/session_runs.rs:41–43 ·
view source on GitHub ↗
(&self, run_id: &str)
Source
from the content-addressed store, hash-verified
39
}
40
41
pub(super) async fn run_events(&self, run_id: &str) -> Vec<crate::run::RunEventRecord> {
42
self.session.run_store.events(run_id).await
43
}
44
}
Callers
1
test_send_records_run_snapshot_and_events
Function · 0.45
Calls
1
events
Method · 0.45
Tested by
1
test_send_records_run_snapshot_and_events
Function · 0.36