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

Function stat_of

mini-code-edit/cm/mode/rust/rust.js:172–174  ·  view source on GitHub ↗
(comb, tag)

Source from the content-addressed store, hash-verified

170 }
171
172 function stat_of(comb, tag) {
173 return cont(pushlex("stat", tag), comb, poplex, block);
174 }
175 function block(type) {
176 if (type == "}") return cont();
177 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