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

Method call

tests/test_query_unification_round3.py:100–102  ·  view source on GitHub ↗
(_i, _c)

Source from the content-addressed store, hash-verified

98 ran: list = []
99
100 def call(_i, _c):
101 ran.append(True)
102 return ToolResult(name="StubTool", output="ok")
103
104 tool = build_tool(
105 name="StubTool", input_schema=_SCHEMA, call=call,

Callers

nothing calls this directly

Calls 2

ToolResultClass · 0.90
appendMethod · 0.45

Tested by

no test coverage detected