MCPcopy Create free account
hub / github.com/GXimingLu/Quark / response_callback

Method response_callback

utils/perspective_api.py:73–75  ·  view source on GitHub ↗
(request_id, response, exception)

Source from the content-addressed store, hash-verified

71 self.next_uid += len(texts)
72
73 def response_callback(request_id, response, exception):
74 nonlocal responses
75 responses[request_id] = (response, exception)
76
77 # Make API request
78 batch_request = self.service.new_batch_http_request()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected