Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
groupBySession
Function · 0.80
downloadCode
Function · 0.80
registerAssetIds
Function · 0.80
config.py
File · 0.80
get_openai_reasoning_effort
Function · 0.80
format_prompt_summary
Function · 0.80
format_prompt_preview
Function · 0.80
extract_assets_from_images
Function · 0.80
load_prompts
Function · 0.80
extract_output_url
Function · 0.80
download_image
Function · 0.80
run_model
Function · 0.80
Calls
1
_Resp
Class · 0.85
Tested by
no test coverage detected