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

Function stat_of

static/editor.md/lib/codemirror/mode/rust/rust.js:185–187  ·  view source on GitHub ↗
(comb, tag)

Source from the content-addressed store, hash-verified

183 }
184
185 function stat_of(comb, tag) {
186 return cont(pushlex("stat", tag), comb, poplex, block);
187 }
188 function block(type) {
189 if (type == "}") return cont();
190 if (type == "let") return stat_of(letdef1, "let");

Callers 1

blockFunction · 0.85

Calls 2

contFunction · 0.70
pushlexFunction · 0.70

Tested by

no test coverage detected