Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
tokenBase
Function · 0.85
tokenString
Function · 0.85
tokenTag
Function · 0.85
tokenAttribute
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected