Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/opentrace/opentrace
/ fetch_data
Function
fetch_data
tests/fixtures/python/extraction/functions.py:30–32 ·
view source on GitHub ↗
(url: str)
Source
from the content-addressed store, hash-verified
28
pass
29
30
async
def
fetch_data(url: str):
31
response = await get(url)
32
return
response
Callers
nothing calls this directly
Calls
1
get
Function · 0.85
Tested by
no test coverage detected