MCPcopy Create free account
hub / github.com/enowdev/enowX-Coder / list_tool_calls

Function list_tool_calls

src-tauri/src/commands/agent.rs:37–42  ·  view source on GitHub ↗
(
    state: State<'_, AppState>,
    agent_run_id: String,
)

Source from the content-addressed store, hash-verified

35
36#[tauri::command]
37pub async fn list_tool_calls(
38 state: State<'_, AppState>,
39 agent_run_id: String,
40) -> AppResult<Vec<ToolCall>> {
41 agent_service::list_tool_calls(state.pool(), &agent_run_id).await
42}
43
44#[tauri::command]
45pub async fn run_agent(

Callers

nothing calls this directly

Calls 1

poolMethod · 0.80

Tested by

no test coverage detected