MCPcopy Create free account
hub / github.com/PacktPublishing/Full-Stack-FastAPI-React-and-MongoDB / CarDB

Class CarDB

chapter7/backend/models.py:78–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77
78class CarDB(CarBase):
79 owner: str = Field(...)
80
81
82class CarUpdate(MongoBaseModel):

Callers 3

list_all_carsFunction · 0.90
show_carFunction · 0.90
update_taskFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected