MCPcopy Create free account
hub / github.com/breck7/scroll / callBlankLine

Function callBlankLine

external/.scrollLibs.js:2605–2616  ·  view source on GitHub ↗
(mode, state)

Source from the content-addressed store, hash-verified

2603 }
2604
2605 function callBlankLine(mode, state) {
2606 if (mode.blankLine) {
2607 return mode.blankLine(state)
2608 }
2609 if (!mode.innerMode) {
2610 return
2611 }
2612 var inner = innerMode(mode, state)
2613 if (inner.mode.blankLine) {
2614 return inner.mode.blankLine(inner.state)
2615 }
2616 }
2617
2618 function readToken(mode, stream, state, inner) {
2619 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