MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / is

Function is

lib/web/CodeMirror/test/driver.js:119–121  ·  view source on GitHub ↗
(a, msg)

Source from the content-addressed store, hash-verified

117 if (a) eq(a.sticky, b.sticky, msg ? msg + ' (sticky)' : 'sticky');
118}
119function is(a, msg) {
120 if (!a) throw new Failure(label("assertion failed", msg));
121}
122
123function countTests() {
124 if (!filters.length) return tests.length;

Callers 14

emacs_test.jsFile · 0.70
scroll_test.jsFile · 0.70
testMovedownFixedFunction · 0.70
testMovedownResizeFunction · 0.70
testMoverightFunction · 0.70
test.jsFile · 0.70
testFunction · 0.70
testMoveBidiFunction · 0.70
testCoordsWrappedBidiFunction · 0.70
doc_test.jsFile · 0.70
vim_test.jsFile · 0.70
testSubstituteConfirmFunction · 0.70

Calls 1

labelFunction · 0.85

Tested by 1

testFunction · 0.56