MCPcopy
hub / github.com/witheve/Eve / callBlankLine

Function callBlankLine

src/codemirror.js:6779–6784  ·  view source on GitHub ↗
(mode, state)

Source from the content-addressed store, hash-verified

6777 }
6778
6779 function callBlankLine(mode, state) {
6780 if (mode.blankLine) return mode.blankLine(state);
6781 if (!mode.innerMode) return;
6782 var inner = CodeMirror.innerMode(mode, state);
6783 if (inner.mode.blankLine) return inner.mode.blankLine(inner.state);
6784 }
6785
6786 function readToken(mode, stream, state, inner) {
6787 for (var i = 0; i < 10; i++) {

Callers 2

runModeFunction · 0.85
processLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected