MCPcopy
hub / github.com/ajaxorg/ace / is

Function is

src/keyboard/vim_test.js:123–125  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

121 throw failure("Expected " + a + " to be equal to " + b, eq);
122}
123function is(a) {
124 if (!a) throw failure("Expected " + a + " to be truthy", is);
125}
126function failure(message, root) {
127 var error = new Error(message);
128 if (Error.captureStackTrace)

Callers 1

vim_test.jsFile · 0.70

Calls 1

failureFunction · 0.85

Tested by

no test coverage detected