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

Function dedent

static/editor.md/lib/codemirror/mode/vbscript/vbscript.js:112–114  ·  view source on GitHub ↗
(_stream, state)

Source from the content-addressed store, hash-verified

110 }
111
112 function dedent(_stream, state) {
113 state.currentIndent--;
114 }
115 // tokenizers
116 function tokenBase(stream, state) {
117 if (stream.eatSpace()) {

Callers 1

tokenBaseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected