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

Function pushContext

static/editor.md/lib/codemirror/mode/css/css.js:122–125  ·  view source on GitHub ↗
(state, stream, type)

Source from the content-addressed store, hash-verified

120 }
121
122 function pushContext(state, stream, type) {
123 state.context = new Context(type, stream.indentation() + indentUnit, state.context);
124 return type;
125 }
126
127 function popContext(state) {
128 state.context = state.context.prev;

Callers 1

css.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected