Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nwutils/nw-sample-apps
/ pushStack
Function
pushStack
mini-code-edit/cm/mode/clojure/clojure.js:57–59 ·
view source on GitHub ↗
(state, indent, type)
Source
from the content-addressed store, hash-verified
55
}
56
57
function
pushStack(state, indent,
type
) {
58
state.indentStack =
new
stateStack(indent,
type
, state.indentStack);
59
}
60
61
function
popStack(state) {
62
state.indentStack = state.indentStack.prev;
Callers
1
clojure.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected