Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Full-Stack-FastAPI-React-and-MongoDB
/ root
Function
root
chapter3/chapter3_path.py:6–8 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
4
5
@app.get(
"/car/{id}"
)
6
async
def
root(id):
7
8
return
{
"car_id"
:id}
9
10
11
@app.get(
"/carh/{id}"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected