Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
11
def
init() -> None:
12
with
Session(engine)
as
session:
13
init_db(session)
14
15
16
def
main() -> None:
Callers
1
main
Function · 0.70
Calls
1
init_db
Function · 0.90
Tested by
no test coverage detected