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

Function popContext

static/editor.md/lib/codemirror/mode/css/css.js:127–130  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

125 }
126
127 function popContext(state) {
128 state.context = state.context.prev;
129 return state.context.type;
130 }
131
132 function pass(type, stream, state) {
133 return states[state.context.type](type, stream, state);

Callers 1

css.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected