MCPcopy Create free account
hub / github.com/TruthHun/BookStack / context

Function context

static/editor.md/lib/codemirror/mode/rst/rst.js:503–505  ·  view source on GitHub ↗
(phase, stage, mode, local)

Source from the content-addressed store, hash-verified

501 ///////////////////////////////////////////////////////////////////////////
502
503 function context(phase, stage, mode, local) {
504 return {phase: phase, stage: stage, mode: mode, local: local};
505 }
506
507 function change(state, tok, ctx) {
508 state.tok = tok;

Callers 3

to_normalFunction · 0.85
to_explicitFunction · 0.85
rst.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected