MCPcopy Create free account
hub / github.com/OWASP/APTS / repo_path

Function repo_path

scripts/_ci_utils.py:17–18  ·  view source on GitHub ↗
(path: str | Path)

Source from the content-addressed store, hash-verified

15
16
17def repo_path(path: str | Path) -> Path:
18 return REPO_ROOT / Path(path)
19
20
21def display_path(path: str | Path) -> str:

Callers 9

resolve_local_targetFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
read_textFunction · 0.85
read_bytesFunction · 0.85
write_bytesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected