MCPcopy Index your code
hub / github.com/openai/plugins / database_path

Function database_path

plugins/codex-security/scripts/workbench_db.py:321–322  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

319
320
321def database_path() -> Path:
322 return state_dir() / "workbench.sqlite3"
323
324
325@contextmanager

Callers 2

connectFunction · 0.85
mainFunction · 0.85

Calls 1

state_dirFunction · 0.85

Tested by

no test coverage detected