MCPcopy Create free account
hub / github.com/IBM/mcp-cli / capture_init

Method capture_init

tests/commands/plan/test_plan_command.py:758–760  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

756 mock_runner.execute_plan = AsyncMock(return_value=exec_result)
757
758 def capture_init(*args, **kwargs):
759 captured_callbacks.update(kwargs)
760 return mock_runner
761
762 mock_runner_cls.side_effect = capture_init
763

Callers

nothing calls this directly

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected