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

Function popStateStack

static/editor.md/lib/codemirror/mode/xquery/xquery.js:416–420  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

414 }
415
416 function popStateStack(state) {
417 state.stack.pop();
418 var reinstateTokenize = state.stack.length && state.stack[state.stack.length-1].tokenize;
419 state.tokenize = reinstateTokenize || tokenBase;
420 }
421
422 // the interface for the mode API
423 return {

Callers 5

tokenBaseFunction · 0.85
tokenCommentFunction · 0.85
tokenStringFunction · 0.85
tokenTagFunction · 0.85
tokenAttributeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected