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

Function Context

static/editor.md/lib/codemirror/mode/d/d.js:114–120  ·  view source on GitHub ↗
(indented, column, type, align, prev)

Source from the content-addressed store, hash-verified

112 }
113
114 function Context(indented, column, type, align, prev) {
115 this.indented = indented;
116 this.column = column;
117 this.type = type;
118 this.align = align;
119 this.prev = prev;
120 }
121 function pushContext(state, col, type) {
122 var indent = state.indented;
123 if (state.context && state.context.type == "statement")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected