Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
333
function
is(a, msg) {
334
if
(!a) throw
new
Failure(
"assertion failed"
+ (msg ?
" ("
+ msg +
")"
:
""
));
335
}
336
337
window.onload = runTests;
Callers
1
test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected