Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coleifer/sqlite-web
/ main
Function
main
sqlite_web/sqlite_web.py:1734–1738 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1732
1733
1734
def
main():
1735
kwargs = configure_app()
# Read options from command-line, configure app.
1736
1737
# Run WSGI application.
1738
app.run(**kwargs)
1739
1740
1741
if
__name__ ==
'__main__'
:
Callers
2
__main__.py
File · 0.70
sqlite_web.py
File · 0.70
Calls
1
configure_app
Function · 0.85
Tested by
no test coverage detected