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

Function target

webApp/p5_export/p5-widget/main.bundle.js:34466–34468  ·  view source on GitHub ↗
(_, value)

Source from the content-addressed store, hash-verified

34464 };
34465 }
34466 function target(_, value) {
34467 if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorComma); }
34468 }
34469 function targetNoComma(_, value) {
34470 if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorNoComma); }
34471 }

Callers

nothing calls this directly

Calls 1

contFunction · 0.85

Tested by

no test coverage detected