Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ ResponseWrapper
Class
ResponseWrapper
plugin/test/utils/utils.py:89–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
88
89
class
ResponseWrapper:
90
def
__init__(self, status: int, json_data: dict):
91
self.status_code = status
92
self._json_data = json_data
93
94
def
json(self):
95
return
self._json_data
Callers
1
execute
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected