MCPcopy Index your code
hub / github.com/nwutils/nw-sample-apps / pass

Function pass

mini-code-edit/cm/mode/javascript/javascript.js:157–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155
156 var cx = {state: null, column: null, marked: null, cc: null};
157 function pass() {
158 for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);
159 }
160 function cont() {
161 pass.apply(null, arguments);
162 return true;

Callers 7

expectFunction · 0.70
statementFunction · 0.70
maybeexpressionFunction · 0.70
maybelabelFunction · 0.70
commasepFunction · 0.70
blockFunction · 0.70
forspec1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected