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

Function pushStack

mini-code-edit/cm/mode/scheme/scheme.js:24–26  ·  view source on GitHub ↗
(state, indent, type)

Source from the content-addressed store, hash-verified

22 }
23
24 function pushStack(state, indent, type) {
25 state.indentStack = new stateStack(indent, type, state.indentStack);
26 }
27
28 function popStack(state) {
29 state.indentStack = state.indentStack.prev;

Callers 1

scheme.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected