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

Function resolve_project_path

scripts/init_profiles_from_roles.py:26–30  ·  view source on GitHub ↗
(path_value: str)

Source from the content-addressed store, hash-verified

24
25
26def resolve_project_path(path_value: str) -> Path:
27 path = Path(path_value)
28 if not path.is_absolute():
29 path = PROJECT_ROOT / path
30 return path
31
32
33def configure_db_path(db_path: str) -> Path:

Callers 2

configure_db_pathFunction · 0.70
load_rolesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected