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

Function pass

src/css.js:136–138  ·  view source on GitHub ↗
(type, stream, state)

Source from the content-addressed store, hash-verified

134 }
135
136 function pass(type, stream, state) {
137 return states[state.context.type](type, stream, state);
138 }
139 function popAndPass(type, stream, state, n) {
140 for (var i = n || 1; i > 0; i--)
141 state.context = state.context.prev;

Callers 2

popAndPassFunction · 0.85
css.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected