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

Function getIndent

static/editor.md/lib/codemirror/addon/fold/indent-fold.js:17–19  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

15 var tabSize = cm.getOption("tabSize"), firstLine = cm.getLine(start.line);
16 if (!/\S/.test(firstLine)) return;
17 var getIndent = function(line) {
18 return CodeMirror.countColumn(line, null, tabSize);
19 };
20 var myIndent = getIndent(firstLine);
21 var lastLineInFold = null;
22 // Go through lines until we find a line that definitely doesn't belong in

Callers 1

indent-fold.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected