MCPcopy Index your code
hub / github.com/feiyu563/PrometheusAlert / pass

Function pass

static/plugins/codemirror/mode/javascript/javascript.js:268–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266
267 var cx = {state: null, column: null, marked: null, cc: null};
268 function pass() {
269 for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);
270 }
271 function cont() {
272 pass.apply(null, arguments);
273 return true;

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected