MCPcopy Create free account
hub / github.com/cocoindex-io/cocoindex-code / target_sqlite_db_path

Function target_sqlite_db_path

src/cocoindex_code/settings.py:293–295  ·  view source on GitHub ↗

Return the path to the vector index SQLite database for a project.

(project_root: Path)

Source from the content-addressed store, hash-verified

291
292
293def target_sqlite_db_path(project_root: Path) -> Path:
294 """Return the path to the vector index SQLite database for a project."""
295 return resolve_db_dir(project_root) / _TARGET_SQLITE_DB_NAME
296
297
298def cocoindex_db_path(project_root: Path) -> Path:

Callers 3

_check_index_statusFunction · 0.85
statusFunction · 0.85
resetFunction · 0.85

Calls 1

resolve_db_dirFunction · 0.85

Tested by

no test coverage detected