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/tutorial002_py310/app.py:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
23
24
def
main():
25
create_db_and_tables()
26
create_heroes()
27
28
29
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…