MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / arrayEqual

Function arrayEqual

tests/js/quint.js:33–36  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

31 if (a !== b) throw new Error(`'${a}' does not equal to '${b}'`);
32 },
33 arrayEqual(a, b)
34 {
35 if (JSON.stringify(a) !== JSON.stringify(b)) throw new Error(`'${a}' does not equal to '${b}'`);
36 },
37 throws(fn, error)
38 {
39 try

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected