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