Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FourthBrain/FastAPI-for-Machine-Learning-Live-Demo
/ create_item
Function
create_item
main.py:29–30 ·
view source on GitHub ↗
(item: Item)
Source
from the content-addressed store, hash-verified
27
28
@app.post(
"/items/"
)
29
def
create_item(item: Item):
30
return
item
31
32
33
@app.get(
"/generate"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected