MCPcopy
hub / github.com/MixLabPro/comfyui-mixlab-nodes / quasi

Function quasi

webApp/p5_export/p5-widget/main.bundle.js:34439–34443  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

34437 }
34438 }
34439 function quasi(type, value) {
34440 if (type != "quasi") return pass();
34441 if (value.slice(value.length - 2) != "${") return cont(quasi);
34442 return cont(maybeexpression, continueQuasi);
34443 }
34444 function continueQuasi(type) {
34445 if (type == "}") {
34446 cx.marked = "string-2";

Callers

nothing calls this directly

Calls 2

passFunction · 0.85
contFunction · 0.85

Tested by

no test coverage detected