Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ change
Function
change
static/editor.md/lib/codemirror/mode/rst/rst.js:507–510 ·
view source on GitHub ↗
(state, tok, ctx)
Source
from the content-addressed store, hash-verified
505
}
506
507
function
change(state, tok, ctx) {
508
state.tok = tok;
509
state.ctx = ctx || {};
510
}
511
512
function
stage(state) {
513
return
state.ctx.stage || 0;
Callers
4
to_normal
Function · 0.70
to_explicit
Function · 0.70
as_block
Function · 0.70
to_mode
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected