MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / pushContext

Function pushContext

lib/web/CodeMirror/mode/css/css.js:126–129  ·  view source on GitHub ↗
(state, stream, type, indent)

Source from the content-addressed store, hash-verified

124 }
125
126 function pushContext(state, stream, type, indent) {
127 state.context = new Context(type, stream.indentation() + (indent === false ? 0 : indentUnit), state.context);
128 return type;
129 }
130
131 function popContext(state) {
132 if (state.context.prev)

Callers 1

css.jsFile · 0.70

Calls 1

indentationMethod · 0.80

Tested by

no test coverage detected