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

Function continueQuasi

webApp/p5_export/p5-widget/main.bundle.js:34444–34450  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

34442 return cont(maybeexpression, continueQuasi);
34443 }
34444 function continueQuasi(type) {
34445 if (type == "}") {
34446 cx.marked = "string-2";
34447 cx.state.tokenize = tokenQuasi;
34448 return cont(quasi);
34449 }
34450 }
34451 function arrowBody(type) {
34452 findFatArrow(cx.stream, cx.state);
34453 return pass(type == "{" ? statement : expression);

Callers

nothing calls this directly

Calls 1

contFunction · 0.85

Tested by

no test coverage detected