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:1962–1963 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1960
1961
class
TestExtractResultValue:
1962
def
_proc(self):
1963
return
_make_processor()
1964
1965
def
test_none_returns_none(self):
1966
proc = self._proc()
Callers
12
test_none_returns_none
Method · 0.95
test_string_none_returns_none
Method · 0.95
test_integer_returns_integer
Method · 0.95
test_float_returns_float
Method · 0.95
test_dict_with_success_and_result
Method · 0.95
test_dict_with_is_error_false
Method · 0.95
test_dict_with_is_error_true
Method · 0.95
test_dict_with_text_field
Method · 0.95
test_content_list_with_text_block
Method · 0.95
test_list_of_text_blocks
Method · 0.95
test_content_repr_string
Method · 0.95
test_object_with_content_list
Method · 0.95
Calls
1
_make_processor
Function · 0.85
Tested by
no test coverage detected