MCPcopy Index your code
hub / github.com/OWASP/APTS / display_path

Function display_path

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

Source from the content-addressed store, hash-verified

19
20
21def display_path(path: str | Path) -> str:
22 return Path(path).as_posix()
23
24
25def git_ls_files(*patterns: str) -> list[Path]:

Callers 13

mainFunction · 0.90
split_front_matterFunction · 0.90
build_targetFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
restore_original_filesFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
build_indexFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected