MCPcopy 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
89class 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

executeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected