MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / _call

Function _call

tests/server/test_agent_server_e2e.py:339–341  ·  view source on GitHub ↗
(tool_input, context)

Source from the content-addressed store, hash-verified

337 ran: list[dict] = []
338
339 def _call(tool_input, context):
340 ran.append(dict(tool_input))
341 return ToolResult(name="DoThing", output={"ok": True})
342
343 tool = build_tool(
344 name="DoThing",

Callers

nothing calls this directly

Calls 3

ToolResultClass · 0.90
AbortErrorClass · 0.90
appendMethod · 0.45

Tested by

no test coverage detected