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

Function pass

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

Source from the content-addressed store, hash-verified

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

Callers 2

popAndPassFunction · 0.70
css.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected