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

Function State

static/editor.md/lib/codemirror/addon/fold/foldgutter.js:39–42  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

37 var Pos = CodeMirror.Pos;
38
39 function State(options) {
40 this.options = options;
41 this.from = this.to = 0;
42 }
43
44 function parseOptions(opts) {
45 if (opts === true) opts = {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected