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

Function project_settings_path

src/cocoindex_code/settings.py:319–321  ·  view source on GitHub ↗

Return ``$PROJECT_ROOT/.cocoindex_code/settings.yml``.

(project_root: Path)

Source from the content-addressed store, hash-verified

317
318
319def project_settings_path(project_root: Path) -> Path:
320 """Return ``$PROJECT_ROOT/.cocoindex_code/settings.yml``."""
321 return project_root / _SETTINGS_DIR_NAME / _SETTINGS_FILE_NAME
322
323
324def find_project_root(start: Path) -> Path | None:

Callers 7

initFunction · 0.85
statusFunction · 0.85
resetFunction · 0.85
doctorFunction · 0.85
mainFunction · 0.85
load_project_settingsFunction · 0.85
save_project_settingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected