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

Function pushStack

static/editor.md/lib/codemirror/mode/clojure/clojure.js:71–73  ·  view source on GitHub ↗
(state, indent, type)

Source from the content-addressed store, hash-verified

69 }
70
71 function pushStack(state, indent, type) {
72 state.indentStack = new stateStack(indent, type, state.indentStack);
73 }
74
75 function popStack(state) {
76 state.indentStack = state.indentStack.prev;

Callers 1

clojure.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected