Return ``$PROJECT_ROOT/.cocoindex_code/settings.yml``.
(project_root: Path)
| 317 | |
| 318 | |
| 319 | def 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 | |
| 324 | def find_project_root(start: Path) -> Path | None: |
no outgoing calls
no test coverage detected