Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0010aor/FlashNotes
/ get_db
Function
get_db
backend/src/core/db.py:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
29
30
def
get_db() -> Generator[Session, None, None]:
31
with
Session(engine)
as
session:
32
yield
session
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected