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

Function indent

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

Source from the content-addressed store, hash-verified

51
52
53 function indent(_stream, state) {
54 state.currentIndent++;
55 }
56
57 function dedent(_stream, state) {
58 state.currentIndent--;

Callers 2

tokenBaseFunction · 0.70
tokenLexerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected