MCPcopy Create free account
hub / github.com/TruthHun/BookStack / pushStack

Function pushStack

static/editor.md/lib/codemirror/mode/scheme/scheme.js:38–40  ·  view source on GitHub ↗
(state, indent, type)

Source from the content-addressed store, hash-verified

36 }
37
38 function pushStack(state, indent, type) {
39 state.indentStack = new stateStack(indent, type, state.indentStack);
40 }
41
42 function popStack(state) {
43 state.indentStack = state.indentStack.prev;

Callers 1

scheme.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected