Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/fastapi/full-stack-fastapi-template
/ main
Function
main
backend/app/initial_data.py:16–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
16
def
main() -> None:
17
logger.info(
"Creating initial data"
)
18
init()
19
logger.info(
"Initial data created"
)
20
21
22
if
__name__ ==
"__main__"
:
Callers
1
initial_data.py
File · 0.70
Calls
1
init
Function · 0.70
Tested by
no test coverage detected