MCPcopy 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_normalFunction · 0.70
to_explicitFunction · 0.70
as_blockFunction · 0.70
to_modeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected