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

Function popContext

static/editor.md/lib/codemirror/mode/xml/xml.js:193–195  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

191 this.noIndent = true;
192 }
193 function popContext(state) {
194 if (state.context) state.context = state.context.prev;
195 }
196 function maybePopContext(state, nextTagName) {
197 var parentTagName;
198 while (true) {

Callers 3

maybePopContextFunction · 0.70
closeTagNameStateFunction · 0.70
closeStateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected