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

Function isFromInferenceBlockedSource

test/fixtures/snapshot/typescript.js:68320–68322  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

68318 return !!getNodeLinks(node).skipDirectInference;
68319 }
68320 function isFromInferenceBlockedSource(type) {
68321 return !!(type.symbol && ts.some(type.symbol.declarations, hasSkipDirectInferenceFlag));
68322 }
68323 function templateLiteralTypesDefinitelyUnrelated(source, target) {
68324 // Two template literal types with diffences in their starting or ending text spans are definitely unrelated.
68325 var sourceStart = source.texts[0];

Callers 2

inferFromTypesFunction · 0.85
inferToMappedTypeFunction · 0.85

Calls 1

someMethod · 0.80

Tested by

no test coverage detected