MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / pushStateStack

Function pushStateStack

mini-code-edit/cm/mode/xquery/xquery.js:419–421  ·  view source on GitHub ↗
(state, newState)

Source from the content-addressed store, hash-verified

417 }
418
419 function pushStateStack(state, newState) {
420 state.stack.push(newState);
421 }
422
423 function popStateStack(state) {
424 var popped = 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