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

Function _call

tests/test_esc_reject_message_dispatch.py:130–132  ·  view source on GitHub ↗
(_input: dict[str, Any], _context: ToolContext)

Source from the content-addressed store, hash-verified

128 ran: list = []
129
130 def _call(_input: dict[str, Any], _context: ToolContext) -> ToolResult:
131 ran.append(True)
132 return ToolResult(name="Bash", output="should not happen")
133
134 tool = _stub("Bash", _call)
135 ctx = _make_ctx(tmp_path, [tool])

Callers

nothing calls this directly

Calls 4

ToolResultClass · 0.90
AbortErrorClass · 0.90
appendMethod · 0.45
abortMethod · 0.45

Tested by

no test coverage detected