MCPcopy Index your code
hub / github.com/AI45Lab/Code / trace_events

Method trace_events

core/src/agent_api/session_view.rs:43–45  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

41 }
42
43 pub(super) fn trace_events(&self) -> Vec<TraceEvent> {
44 self.session.trace_sink.events()
45 }
46
47 pub(super) async fn active_tools(&self) -> Vec<crate::run::ActiveToolSnapshot> {
48 super::runtime_events::active_tool_snapshots(&self.session.active_tools).await

Callers

nothing calls this directly

Calls 1

eventsMethod · 0.45

Tested by

no test coverage detected