MCPcopy Index your code
hub / github.com/witheve/Eve / popContext

Function popContext

src/css.js:130–134  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

128 }
129
130 function popContext(state) {
131 if (state.context.prev)
132 state.context = state.context.prev;
133 return state.context.type;
134 }
135
136 function pass(type, stream, state) {
137 return states[state.context.type](type, stream, state);

Callers 1

css.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected