MCPcopy Create free account
hub / github.com/nodejs/node / isDistributionDependent

Function isDistributionDependent

test/fixtures/snapshot/typescript.js:62710–62713  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

62708 return result;
62709 }
62710 function isDistributionDependent(root) {
62711 return root.isDistributive && (isTypeParameterPossiblyReferenced(root.checkType, root.node.trueType) ||
62712 isTypeParameterPossiblyReferenced(root.checkType, root.node.falseType));
62713 }
62714 function getTypeFromConditionalTypeNode(node) {
62715 var links = getNodeLinks(node);
62716 if (!links.resolvedType) {

Callers 1

structuredTypeRelatedToFunction · 0.85

Calls 1

Tested by

no test coverage detected