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

Function blockvars

static/editor.md/lib/codemirror/mode/rust/rust.js:249–253  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

247 return ro;
248 }
249 function blockvars(type) {
250 if (type == "name") {cx.marked = "def"; return cont(blockvars);}
251 if (type == "op" && content == "|") return cont();
252 return cont(blockvars);
253 }
254
255 function letdef1(type) {
256 if (type.match(/[\]\)\};]/)) return cont();

Callers

nothing calls this directly

Calls 1

contFunction · 0.70

Tested by

no test coverage detected