Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nwutils/nw-sample-apps
/ popStack
Function
popStack
mini-code-edit/cm/mode/scheme/scheme.js:28–30 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
26
}
27
28
function
popStack(state) {
29
state.indentStack = state.indentStack.prev;
30
}
31
32
/**
33
* Scheme numbers are complicated unfortunately.
Callers
1
scheme.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected