MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / stringGap

Function stringGap

static/js/codemirror/mode/haskell/haskell.js:157–164  ·  view source on GitHub ↗
(source, setState)

Source from the content-addressed store, hash-verified

155 }
156
157 function stringGap(source, setState) {
158 if (source.eat('\\')) {
159 return switchState(source, setState, stringLiteral);
160 }
161 source.next();
162 setState(normal);
163 return "error";
164 }
165
166
167 var wellKnownWords = (function() {

Callers

nothing calls this directly

Calls 3

switchStateFunction · 0.85
setStateFunction · 0.50
nextMethod · 0.45

Tested by

no test coverage detected