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

Function isIncomplete

test/fixtures/snapshot/typescript.js:69972–69974  ·  view source on GitHub ↗
(flowType)

Source from the content-addressed store, hash-verified

69970 return typeWithPrimitives;
69971 }
69972 function isIncomplete(flowType) {
69973 return flowType.flags === 0;
69974 }
69975 function getTypeFromFlowType(flowType) {
69976 return flowType.flags === 0 ? flowType.type : flowType;
69977 }

Callers 7

getTypeAtFlowAssignmentFunction · 0.85
getTypeAtFlowCallFunction · 0.85
getTypeAtFlowConditionFunction · 0.85
getTypeAtSwitchClauseFunction · 0.85
getTypeAtFlowBranchLabelFunction · 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…