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

Function isPartialStrictEqual

lib/internal/util/comparisons.js:1061–1063  ·  view source on GitHub ↗
(val1, val2)

Source from the content-addressed store, hash-verified

1059 return detectCycles(val1, val2, skipPrototype ? kStrictWithoutPrototypes : kStrict);
1060 },
1061 isPartialStrictEqual(val1, val2) {
1062 return detectCycles(val1, val2, kPartial);
1063 },
1064};

Callers 1

assert.jsFile · 0.85

Calls 1

detectCyclesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…