MCPcopy Index your code
hub / github.com/DHTMLX/gantt / callBlankLine

Function callBlankLine

samples/common/codehighlight/codemirror.js:1158–1163  ·  view source on GitHub ↗
(mode, state)

Source from the content-addressed store, hash-verified

1156 }
1157
1158 function callBlankLine(mode, state) {
1159 if (mode.blankLine) { return mode.blankLine(state) }
1160 if (!mode.innerMode) { return }
1161 var inner = innerMode(mode, state);
1162 if (inner.mode.blankLine) { return inner.mode.blankLine(inner.state) }
1163 }
1164
1165 function readToken(mode, stream, state, inner) {
1166 for (var i = 0; i < 10; i++) {

Callers 2

processLineFunction · 0.85
runModeFunction · 0.85

Calls 1

innerModeFunction · 0.85

Tested by

no test coverage detected