Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
def
read_text(path: str | Path) -> str:
35
return
repo_path(path).read_text(encoding=
"utf-8"
)
36
37
38
def
read_bytes(path: str | Path) -> bytes:
Callers
6
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
validate_markdown_tables
Function · 0.90
Calls
1
repo_path
Function · 0.85
Tested by
no test coverage detected