MCPcopy Index your code
hub / github.com/shelljs/shx / assertDeepEquals

Function assertDeepEquals

scripts/check-node-support.js:37–43  ·  view source on GitHub ↗
(arr1, arr2, msg)

Source from the content-addressed store, hash-verified

35}
36
37function assertDeepEquals(arr1, arr2, msg) {
38 try {
39 assert.deepStrictEqual(arr1, arr2);
40 } catch (e) {
41 throw new Error(msg + '\n' + e);
42 }
43}
44
45function range(start, stop) {
46 var ret = [];

Callers 1

checkGithubActionsFunction · 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…