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

Function _call

tests/test_streaming_executor_race.py:37–39  ·  view source on GitHub ↗
(_inp, ctx)

Source from the content-addressed store, hash-verified

35 """A tool whose ``call`` records the abort_controller it received."""
36
37 def _call(_inp, ctx):
38 captured.append(ctx.abort_controller)
39 return ToolResult(name=name, output=f"ok:{name}")
40
41 return build_tool(
42 name=name,

Callers

nothing calls this directly

Calls 2

ToolResultClass · 0.90
appendMethod · 0.45

Tested by

no test coverage detected