MCPcopy
hub / github.com/witheve/Eve / pushContext

Function pushContext

src/css.js:125–128  ·  view source on GitHub ↗
(state, stream, type, indent)

Source from the content-addressed store, hash-verified

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

Callers 1

css.jsFile · 0.85

Calls 1

indentationMethod · 0.80

Tested by

no test coverage detected