MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / read_item

Route read_item

1f_http_server/python/fastapi_srv.py:None–None  ·  view source on GitHub ↗
app.get("/items/{item_id}")

Source from the content-addressed store, hash-verified

1from fastapi import FastAPI
2from fastapi.staticfiles import StaticFiles
3
4app = FastAPI()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected