MCPcopy Create free account
hub / github.com/AI45Lab/Code / forward_timeout

Method forward_timeout

core/src/tool_confirmation.rs:107–113  ·  view source on GitHub ↗
(&self, tool_id: &str, action_taken: &str)

Source from the content-addressed store, hash-verified

105 }
106
107 async fn forward_timeout(&self, tool_id: &str, action_taken: &str) {
108 self.forward_event(AgentEvent::ConfirmationTimeout {
109 tool_id: tool_id.to_string(),
110 action_taken: action_taken.to_string(),
111 })
112 .await;
113 }
114
115 async fn forward_event(&self, event: AgentEvent) {
116 if let Some(tx) = self.event_tx {

Callers 1

resolveMethod · 0.80

Calls 1

forward_eventMethod · 0.80

Tested by

no test coverage detected