MCPcopy Create free account
hub / github.com/TruthHun/BookStack / stringGap

Function stringGap

static/editor.md/lib/codemirror/mode/haskell/haskell.js:172–179  ·  view source on GitHub ↗
(source, setState)

Source from the content-addressed store, hash-verified

170 }
171
172 function stringGap(source, setState) {
173 if (source.eat('\\')) {
174 return switchState(source, setState, stringLiteral);
175 }
176 source.next();
177 setState(normal);
178 return "error";
179 }
180
181
182 var wellKnownWords = (function() {

Callers

nothing calls this directly

Calls 2

switchStateFunction · 0.85
setStateFunction · 0.85

Tested by

no test coverage detected