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

Function pop

static/editor.md/lib/codemirror/mode/r/r.js:109–112  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

107 prev: state.ctx};
108 }
109 function pop(state) {
110 state.indent = state.ctx.indent;
111 state.ctx = state.ctx.prev;
112 }
113
114 return {
115 startState: function() {

Callers 1

r.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected