Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2079
class
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
Callers
6
test_empty_list_returns_none
Method · 0.95
test_text_block_dict
Method · 0.95
test_multiple_text_blocks_joined
Method · 0.95
test_non_text_blocks_ignored
Method · 0.95
test_object_with_text_attr
Method · 0.95
test_numeric_text_parsed_as_number
Method · 0.95
Calls
1
_make_processor
Function · 0.85
Tested by
no test coverage detected