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

Function popContext

static/editor.md/lib/codemirror/mode/sql/sql.js:158–161  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

156 }
157
158 function popContext(state) {
159 state.indent = state.context.indent;
160 state.context = state.context.prev;
161 }
162
163 return {
164 startState: function() {

Callers 1

sql.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected