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

Function createFlowCall

test/fixtures/snapshot/typescript.js:45474–45477  ·  view source on GitHub ↗
(antecedent, node)

Source from the content-addressed store, hash-verified

45472 return result;
45473 }
45474 function createFlowCall(antecedent, node) {
45475 setFlowNodeReferenced(antecedent);
45476 return initFlowNode({ flags: 512 /* FlowFlags.Call */, antecedent: antecedent, node: node });
45477 }
45478 function finishFlowLabel(flow) {
45479 var antecedents = flow.antecedents;
45480 if (!antecedents) {

Callers 2

bindCallExpressionFlowFunction · 0.85

Calls 2

setFlowNodeReferencedFunction · 0.85
initFlowNodeFunction · 0.85

Tested by

no test coverage detected