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

Function pass

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

Source from the content-addressed store, hash-verified

34222
34223 var cx = {state: null, column: null, marked: null, cc: null};
34224 function pass() {
34225 for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);
34226 }
34227 function cont() {
34228 pass.apply(null, arguments);
34229 return true;

Callers 15

expFunction · 0.85
statementFunction · 0.85
parenExprFunction · 0.85
expressionInnerFunction · 0.85
maybeexpressionFunction · 0.85
maybeoperatorNoCommaFunction · 0.85
quasiFunction · 0.85
arrowBodyFunction · 0.85
arrowBodyNoCommaFunction · 0.85
maybeTargetFunction · 0.85
maybelabelFunction · 0.85
objpropFunction · 0.85

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected