MCPcopy 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
38def read_bytes(path: str | Path) -> bytes:
39 return repo_path(path).read_bytes()
40
41
42def write_bytes(path: str | Path, contents: bytes) -> None:

Callers 3

mainFunction · 0.90

Calls 1

repo_pathFunction · 0.85

Tested by

no test coverage detected