Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FourthBrain/FastAPI-for-Machine-Learning-Live-Demo
/ read_root
Function
read_root
main.py:13–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
12
@app.get(
"/"
)
13
def
read_root():
14
return
{
"Hello"
:
"World"
}
15
16
17
@app.get(
"/items/{item_id}"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected