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

Function dedent

static/editor.md/lib/codemirror/mode/vb/vb.js:57–59  ·  view source on GitHub ↗
(_stream, state)

Source from the content-addressed store, hash-verified

55 }
56
57 function dedent(_stream, state) {
58 state.currentIndent--;
59 }
60 // tokenizers
61 function tokenBase(stream, state) {
62 if (stream.eatSpace()) {

Callers 2

tokenBaseFunction · 0.70
tokenLexerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected