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

Function str

lib/web/CodeMirror/test/driver.js:109–109  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

107}
108function eqCharPos(a, b, msg) {
109 function str(p) { return "{line:" + p.line + ",ch:" + p.ch + ",sticky:" + p.sticky + "}"; }
110 if (a == b) return;
111 if (a == null) throw new Failure(label("comparing null to " + str(b), msg));
112 if (b == null) throw new Failure(label("comparing " + str(a) + " to null", msg));

Callers 1

eqCharPosFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected