MCPcopy Create free account
hub / github.com/MetapriseAI/OrgKernel / get_db

Function get_db

src/orgkernel/pyapi/router.py:75–77  ·  view source on GitHub ↗

Override this with your actual session dependency.

()

Source from the content-addressed store, hash-verified

73
74
75async def get_db() -> AsyncSession:
76 """Override this with your actual session dependency."""
77 raise RuntimeError("get_db dependency must be overridden in FastAPI app.")
78
79
80# ── Error response ─────────────────────────────────────────────────────────────

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected