Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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