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

Method _is_hidden_key

IntelOSINT.py:19107–19113  ·  view source on GitHub ↗
(k)

Source from the content-addressed store, hash-verified

19105 )
19106
19107 def _is_hidden_key(k):
19108 if not isinstance(k, str):
19109 k = str(k)
19110 kn = _normalize(k)
19111 if kn in hidden_fields:
19112 return True
19113 return any(needle in kn for needle in hidden_needles)
19114
19115 for d in data:
19116 pdf.add_page()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected