Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
tokenBase
Function · 0.70
tokenLexer
Function · 0.70
description
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected