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

Method _proc

tests/chat/test_tool_processor.py:2080–2081  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2078
2079class TestExtractFromContentList:
2080 def _proc(self):
2081 return _make_processor()
2082
2083 def test_empty_list_returns_none(self):
2084 assert self._proc()._extract_from_content_list([]) is None

Calls 1

_make_processorFunction · 0.85

Tested by

no test coverage detected