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

Function get_database_path

api/database.py:184–187  ·  view source on GitHub ↗

Return the path to the SQLite database for a project.

(project_dir: Path)

Source from the content-addressed store, hash-verified

182
183
184def get_database_path(project_dir: Path) -> Path:
185 """Return the path to the SQLite database for a project."""
186 from autoforge_paths import get_features_db_path
187 return get_features_db_path(project_dir)
188
189
190def get_database_url(project_dir: Path) -> str:

Callers 2

get_database_urlFunction · 0.85
create_databaseFunction · 0.85

Calls 1

get_features_db_pathFunction · 0.90

Tested by

no test coverage detected