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

Function getApparentTypeOfIntersectionType

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

Source from the content-addressed store, hash-verified

59059 }
59060 }
59061 function getApparentTypeOfIntersectionType(type) {
59062 return type.resolvedApparentType || (type.resolvedApparentType = getTypeWithThisArgument(type, type, /*apparentType*/ true));
59063 }
59064 function getResolvedTypeParameterDefault(typeParameter) {
59065 if (!typeParameter.default) {
59066 if (typeParameter.target) {

Callers 1

getApparentTypeFunction · 0.85

Calls 1

getTypeWithThisArgumentFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…