MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / configure_db_path

Function configure_db_path

scripts/init_profiles_from_roles.py:33–36  ·  view source on GitHub ↗
(db_path: str)

Source from the content-addressed store, hash-verified

31
32
33def configure_db_path(db_path: str) -> Path:
34 resolved = resolve_project_path(db_path)
35 db_ops.DB_PATH = resolved
36 return resolved
37
38
39def load_roles(roles_path: str) -> Dict[str, Dict[str, Any]]:

Callers 1

mainFunction · 0.85

Calls 1

resolve_project_pathFunction · 0.70

Tested by

no test coverage detected