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

Function callBlankLine

static/editor.md/lib/codemirror/lib/codemirror.js:6549–6554  ·  view source on GitHub ↗
(mode, state)

Source from the content-addressed store, hash-verified

6547 }
6548
6549 function callBlankLine(mode, state) {
6550 if (mode.blankLine) return mode.blankLine(state);
6551 if (!mode.innerMode) return;
6552 var inner = CodeMirror.innerMode(mode, state);
6553 if (inner.mode.blankLine) return inner.mode.blankLine(inner.state);
6554 }
6555
6556 function readToken(mode, stream, state, inner) {
6557 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