Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OWASP/APTS
/ strip_fenced_code
Function
strip_fenced_code
scripts/_ci_utils.py:80–81 ·
view source on GitHub ↗
(text: str)
Source
from the content-addressed store, hash-verified
78
79
80
def
strip_fenced_code(text: str) -> str:
81
return
"\n"
.join(line
for
_, line in masked_fenced_lines(text))
Callers
1
main
Function · 0.90
Calls
1
masked_fenced_lines
Function · 0.85
Tested by
no test coverage detected