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

Function popStack

static/editor.md/lib/codemirror/mode/clojure/clojure.js:75–77  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

73 }
74
75 function popStack(state) {
76 state.indentStack = state.indentStack.prev;
77 }
78
79 function isNumber(ch, stream){
80 // hex

Callers 1

clojure.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected