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

Function notUtilIsDeepStrict

test/parallel/test-util-isDeepStrictEqual.js:16–19  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

14}
15
16function notUtilIsDeepStrict(a, b) {
17 assert.strictEqual(util.isDeepStrictEqual(a, b), false);
18 assert.strictEqual(util.isDeepStrictEqual(b, a), false);
19}
20
21// Handle boxed primitives
22{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…