Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ dedent
Function
dedent
static/editor.md/lib/codemirror/mode/sass/sass.js:114–118 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
112
}
113
114
function
dedent(state) {
115
if
(state.scopes.length == 1)
return
;
116
117
state.scopes.shift();
118
}
119
120
function
tokenBase(stream, state) {
121
var
ch = stream.peek();
Callers
2
tokenBase
Function · 0.70
tokenLexer
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected