MCPcopy Index your code
hub / github.com/nodejs/node / bindEach

Function bindEach

test/fixtures/snapshot/typescript.js:45204–45210  ·  view source on GitHub ↗
(nodes, bindFunction)

Source from the content-addressed store, hash-verified

45202 bindEach(nodes, function (n) { return n.kind !== 256 /* SyntaxKind.FunctionDeclaration */ ? bind(n) : undefined; });
45203 }
45204 function bindEach(nodes, bindFunction) {
45205 if (bindFunction === void 0) { bindFunction = bind; }
45206 if (nodes === undefined) {
45207 return;
45208 }
45209 ts.forEach(nodes, bindFunction);
45210 }
45211 function bindEachChild(node) {
45212 ts.forEachChild(node, bind, bindEach);
45213 }

Callers 6

bindEachFunctionsFirstFunction · 0.85
bindCaseClauseFunction · 0.85
bindBindingElementFlowFunction · 0.85
bindJSDocTypeAliasFunction · 0.85
bindOptionalChainRestFunction · 0.85
bindCallExpressionFlowFunction · 0.85

Calls 1

forEachMethod · 0.65

Tested by

no test coverage detected