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

Function pushStateStack

static/editor.md/lib/codemirror/mode/xquery/xquery.js:412–414  ·  view source on GitHub ↗
(state, newState)

Source from the content-addressed store, hash-verified

410 }
411
412 function pushStateStack(state, newState) {
413 state.stack.push(newState);
414 }
415
416 function popStateStack(state) {
417 state.stack.pop();

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected