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

Function read_text

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

Source from the content-addressed store, hash-verified

32
33
34def read_text(path: str | Path) -> str:
35 return repo_path(path).read_text(encoding="utf-8")
36
37
38def read_bytes(path: str | Path) -> bytes:

Callers 6

mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
validate_markdown_tablesFunction · 0.90

Calls 1

repo_pathFunction · 0.85

Tested by

no test coverage detected