Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
def
display_path(path: str | Path) -> str:
22
return
Path(path).as_posix()
23
24
25
def
git_ls_files(*patterns: str) -> list[Path]:
Callers
13
main
Function · 0.90
split_front_matter
Function · 0.90
build_target
Function · 0.90
main
Function · 0.90
main
Function · 0.90
restore_original_files
Function · 0.90
main
Function · 0.90
check_tab_acknowledgements_in_sync
Function · 0.90
check_index_in_sync_with_readme
Function · 0.90
main
Function · 0.90
build_index
Function · 0.90
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected