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

Function poplex

static/editor.md/lib/codemirror/mode/javascript/javascript.js:311–318  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

309 return result;
310 }
311 function poplex() {
312 var state = cx.state;
313 if (state.lexical.prev) {
314 if (state.lexical.type == ")")
315 state.indented = state.lexical.indented;
316 state.lexical = state.lexical.prev;
317 }
318 }
319 poplex.lex = true;
320
321 function expect(wanted) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected