Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OWASP/APTS
/ read_bytes
Function
read_bytes
scripts/_ci_utils.py:38–39 ·
view source on GitHub ↗
(path: str | Path)
Source
from the content-addressed store, hash-verified
36
37
38
def
read_bytes(path: str | Path) -> bytes:
39
return
repo_path(path).read_bytes()
40
41
42
def
write_bytes(path: str | Path, contents: bytes) -> None:
Callers
3
main
Function · 0.90
check_tab_acknowledgements_in_sync
Function · 0.90
check_index_in_sync_with_readme
Function · 0.90
Calls
1
repo_path
Function · 0.85
Tested by
no test coverage detected