MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / indent

Function indent

static/js/codemirror/mode/vb/vb.js:40–42  ·  view source on GitHub ↗
(_stream, state)

Source from the content-addressed store, hash-verified

38
39
40 function indent(_stream, state) {
41 state.currentIndent++;
42 }
43
44 function dedent(_stream, state) {
45 state.currentIndent--;

Callers 3

tokenBaseFunction · 0.70
tokenLexerFunction · 0.70
descriptionMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected