(&self, _event: &crate::hooks::HookEvent)
| 171 | #[async_trait::async_trait] |
| 172 | impl crate::hooks::HookExecutor for RecordingRuntimeHook { |
| 173 | async fn fire(&self, _event: &crate::hooks::HookEvent) -> crate::hooks::HookResult { |
| 174 | crate::hooks::HookResult::Continue(None) |
| 175 | } |
| 176 | |
| 177 | async fn record_agent_event(&self, event: &AgentEvent, run_id: &str, session_id: &str) { |
| 178 | self.events.lock().unwrap().push(( |
no outgoing calls
no test coverage detected