MCPcopy
hub / github.com/HisMax/RedInk / get

Method get

tests/image_api_client_test.py:31–33  ·  view source on GitHub ↗
(self, url, timeout=None)

Source from the content-addressed store, hash-verified

29 return self.responses.pop(0)
30
31 def get(self, url, timeout=None):
32 self.gets.append(url)
33 return self.get_response
34
35
36def encoded_payload(data=b"image-bytes"):

Callers 15

getHistoryListFunction · 0.80
getHistoryFunction · 0.80
checkHistoryExistsFunction · 0.80
searchHistoryFunction · 0.80
getHistoryStatsFunction · 0.80
getConfigFunction · 0.80
classify_errorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected