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

Function popContext

static/editor.md/lib/codemirror/mode/turtle/turtle.js:94–97  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

92 state.context = {prev: state.context, indent: state.indent, col: col, type: type};
93 }
94 function popContext(state) {
95 state.indent = state.context.indent;
96 state.context = state.context.prev;
97 }
98
99 return {
100 startState: function() {

Callers 1

turtle.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected