MCPcopy
hub / github.com/nwutils/nw-sample-apps / is

Function is

mini-code-edit/cm/test/test.js:333–335  ·  view source on GitHub ↗
(a, msg)

Source from the content-addressed store, hash-verified

331 eq(a.ch, b.ch, msg);
332}
333function is(a, msg) {
334 if (!a) throw new Failure("assertion failed" + (msg ? " (" + msg + ")" : ""));
335}
336
337window.onload = runTests;

Callers 1

test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected