Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fastapi/sqlmodel
/ main
Function
main
docs_src/tutorial/code_structure/tutorial001_py310/app.py:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
22
23
def
main():
24
create_db_and_tables()
25
create_heroes()
26
27
28
if
__name__ ==
"__main__"
:
Callers
1
app.py
File · 0.70
Calls
2
create_db_and_tables
Function · 0.70
create_heroes
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…