Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0010aor/FlashNotes
/ main
Function
main
backend/tests/tests_pre_start.py:32–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
31
32
def
main() -> None:
33
logger.info(
"Initializing service"
)
34
init(engine)
35
logger.info(
"Service finished initializing"
)
36
37
38
if
__name__ ==
"__main__"
:
Callers
1
tests_pre_start.py
File · 0.70
Calls
1
init
Function · 0.70
Tested by
no test coverage detected