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

Function prevLine

static/editor.md/lib/codemirror/addon/fold/xml-fold.js:39–44  ·  view source on GitHub ↗
(iter)

Source from the content-addressed store, hash-verified

37 return true;
38 }
39 function prevLine(iter) {
40 if (iter.line <= iter.min) return;
41 iter.text = iter.cm.getLine(--iter.line);
42 iter.ch = iter.text.length;
43 return true;
44 }
45
46 function toTagEnd(iter) {
47 for (;;) {

Callers 2

toTagStartFunction · 0.85
toPrevTagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected