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

Function lazyLoadComparison

lib/assert.js:75–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73let isPartialStrictEqual;
74
75function lazyLoadComparison() {
76 const comparison = require('internal/util/comparisons');
77 isDeepEqual = comparison.isDeepEqual;
78 isDeepStrictEqual = comparison.isDeepStrictEqual;
79 isPartialStrictEqual = comparison.isPartialStrictEqual;
80}
81
82// The assert module provides functions that throw
83// AssertionError's when particular conditions are not met. The

Callers 3

assert.jsFile · 0.85
notDeepStrictEqualFunction · 0.85
expectedExceptionFunction · 0.85

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…