MCPcopy
hub / github.com/abi/screenshot-to-code / get

Method get

backend/tests/test_tool_image_outputs.py:169–170  ·  view source on GitHub ↗
(self, url: str)

Source from the content-addressed store, hash-verified

167 return False
168
169 async def get(self, url: str) -> _Resp:
170 return _Resp()
171
172 monkeypatch.setattr("agent.providers.gemini.httpx.AsyncClient", _Client)
173

Callers 15

groupBySessionFunction · 0.80
downloadCodeFunction · 0.80
registerAssetIdsFunction · 0.80
config.pyFile · 0.80
format_prompt_summaryFunction · 0.80
format_prompt_previewFunction · 0.80
load_promptsFunction · 0.80
extract_output_urlFunction · 0.80
download_imageFunction · 0.80
run_modelFunction · 0.80

Calls 1

_RespClass · 0.85

Tested by

no test coverage detected