MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / popStateStack

Function popStateStack

static/js/codemirror/mode/xquery/xquery.js:425–429  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

423 }
424
425 function popStateStack(state) {
426 state.stack.pop();
427 var reinstateTokenize = state.stack.length && state.stack[state.stack.length-1].tokenize;
428 state.tokenize = reinstateTokenize || tokenBase;
429 }
430
431 // the interface for the mode API
432 return {

Callers 5

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

Calls 1

popMethod · 0.45

Tested by

no test coverage detected