Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
321
def
database_path() -> Path:
322
return
state_dir() /
"workbench.sqlite3"
323
324
325
@contextmanager
Callers
2
connect
Function · 0.85
main
Function · 0.85
Calls
1
state_dir
Function · 0.85
Tested by
no test coverage detected