MCPcopy Index your code
hub / github.com/AutoForgeAI/autoforge / get_features_db_path

Function get_features_db_path

autoforge_paths.py:118–120  ·  view source on GitHub ↗

Resolve the path to ``features.db``.

(project_dir: Path)

Source from the content-addressed store, hash-verified

116# ---------------------------------------------------------------------------
117
118def get_features_db_path(project_dir: Path) -> Path:
119 """Resolve the path to ``features.db``."""
120 return _resolve_path(project_dir, "features.db")
121
122
123def get_assistant_db_path(project_dir: Path) -> Path:

Callers 10

has_featuresFunction · 0.90
count_passing_testsFunction · 0.90
get_all_passing_featuresFunction · 0.90
get_database_pathFunction · 0.90
list_featuresFunction · 0.90
get_dependency_graphFunction · 0.90
get_featureFunction · 0.90
reset_projectFunction · 0.90

Calls 1

_resolve_pathFunction · 0.85

Tested by

no test coverage detected