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

Method safe_str

IntelOSINT.py:18384–18386  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

18382 uid = None
18383
18384 def safe_str(val):
18385 if not val: return ""
18386 return str(val).replace('\n', ' | ').strip()
18387
18388 api_success = False
18389 if sid:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected