Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fastapi/sqlmodel
/ main
Function
main
docs_src/tutorial/where/tutorial007_py310.py:50–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
49
50
def
main():
51
create_db_and_tables()
52
create_heroes()
53
select_heroes()
54
55
56
if
__name__ ==
"__main__"
:
Callers
1
tutorial007_py310.py
File · 0.70
Calls
3
create_db_and_tables
Function · 0.70
create_heroes
Function · 0.70
select_heroes
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…