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

Function getFlowNodeId

test/fixtures/snapshot/typescript.js:69542–69548  ·  view source on GitHub ↗
(flow)

Source from the content-addressed store, hash-verified

69540 return false;
69541 }
69542 function getFlowNodeId(flow) {
69543 if (!flow.id || flow.id < 0) {
69544 flow.id = nextFlowId;
69545 nextFlowId++;
69546 }
69547 return flow.id;
69548 }
69549 function typeMaybeAssignableTo(source, target) {
69550 if (!(source.flags & 1048576 /* TypeFlags.Union */)) {
69551 return isTypeAssignableTo(source, target);

Callers 3

isPostSuperFlowNodeFunction · 0.85
getTypeAtFlowLoopLabelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…