MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / make_event

Function make_event

atomic-agent/src/record/tests.rs:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27fn make_event() -> TurnEvent {
28 TurnEvent::new("sess-test-123", HookType::TurnEnd)
29}
30
31fn make_options<'a>(session: &'a AgentSession, event: &'a TurnEvent) -> TurnRecordOptions<'a> {
32 TurnRecordOptions {

Calls

no outgoing calls

Tested by

no test coverage detected