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

Function callBlankLine

static/mergely/lib/codemirror.js:6754–6759  ·  view source on GitHub ↗
(mode, state)

Source from the content-addressed store, hash-verified

6752 }
6753
6754 function callBlankLine(mode, state) {
6755 if (mode.blankLine) return mode.blankLine(state);
6756 if (!mode.innerMode) return;
6757 var inner = CodeMirror.innerMode(mode, state);
6758 if (inner.mode.blankLine) return inner.mode.blankLine(inner.state);
6759 }
6760
6761 function readToken(mode, stream, state, inner) {
6762 for (var i = 0; i < 10; i++) {

Callers 2

runModeFunction · 0.70
processLineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected