Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/s0md3v/XSStrike
/ d
Function
d
core/zetanize.py:8–9 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
6
return
string.encode(
'utf-8'
)
7
8
def
d(string):
9
return
string.decode(
'utf-8'
)
10
11
# remove the content between html comments
12
response = re.sub(r
'(?s)<!--.*?-->'
,
''
, response)
Callers
1
zetanize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected