MCPcopy
hub / github.com/anthropics/financial-services / rel

Function rel

scripts/version_bump.py:76–77  ·  view source on GitHub ↗
(p: Path)

Source from the content-addressed store, hash-verified

74
75
76def rel(p: Path) -> str:
77 return str(p.relative_to(ROOT))
78
79
80def parse_semver(v: str) -> tuple[int, int, int] | None:

Callers 4

base_versionFunction · 0.70
changed_pluginsFunction · 0.70
cmd_applyFunction · 0.70
cmd_checkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected