MCPcopy Index your code
hub / github.com/fastapi/full-stack-fastapi-template / init

Function init

backend/app/initial_data.py:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def init() -> None:
12 with Session(engine) as session:
13 init_db(session)
14
15
16def main() -> None:

Callers 1

mainFunction · 0.70

Calls 1

init_dbFunction · 0.90

Tested by

no test coverage detected