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

Function _noop_call

tests/test_tool_classifier_input.py:209–211  ·  view source on GitHub ↗
(tool_input: dict[str, Any], context: Any)

Source from the content-addressed store, hash-verified

207
208
209def _noop_call(tool_input: dict[str, Any], context: Any) -> Any: # pragma: no cover
210 from src.tool_system.protocol import ToolResult
211 return ToolResult(name="Noop", output={})
212
213
214class TestToAutoClassifierInputParity(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

ToolResultClass · 0.90

Tested by

no test coverage detected