MCPcopy Create free account
hub / github.com/CScorza/IntelOSINT / _decode_js_string

Method _decode_js_string

IntelOSINT.py:14829–14830  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

14827 return str(g).strip()
14828 return ""
14829 def _decode_js_string(v):
14830 return v.replace("\\\\", "\\").replace('\\"', '"').replace("\\'", "'")
14831 # tenta anche campi con quotes singole
14832 payload = {
14833 "ok": True,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected