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

Function popAndPass

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

Source from the content-addressed store, hash-verified

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;
138 return pass(type, stream, state);
139 }
140
141 // Parser
142

Callers 1

css.jsFile · 0.85

Calls 1

passFunction · 0.70

Tested by

no test coverage detected