MCPcopy Index your code
hub / github.com/nodejs/node / hasAnyNotIn

Function hasAnyNotIn

lib/internal/crypto/util.js:693–698  ·  view source on GitHub ↗
(set, checks)

Source from the content-addressed store, hash-verified

691}
692
693function hasAnyNotIn(set, checks) {
694 for (const s of set)
695 if (!ArrayPrototypeIncludes(checks, s))
696 return true;
697 return false;
698}
699
700const validateByteSource = hideStackFrames((val, name) => {
701 val = toBuf(val);

Callers 2

verifyAcceptableKeyUseFunction · 0.85
importGenericSecretKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…