MCPcopy
hub / github.com/nwutils/nw-sample-apps / blockvars

Function blockvars

mini-code-edit/cm/mode/rust/rust.js:236–240  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

234 return ro;
235 }
236 function blockvars(type) {
237 if (type == "name") {cx.marked = "def"; return cont(blockvars);}
238 if (type == "op" && content == "|") return cont();
239 return cont(blockvars);
240 }
241
242 function letdef1(type) {
243 if (type.match(/[\]\)\};]/)) return cont();

Callers

nothing calls this directly

Calls 1

contFunction · 0.70

Tested by

no test coverage detected