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

Function getSuperClass

test/fixtures/snapshot/typescript.js:74872–74878  ·  view source on GitHub ↗
(classType)

Source from the content-addressed store, hash-verified

74870 }
74871 }
74872 function getSuperClass(classType) {
74873 var x = getBaseTypes(classType);
74874 if (x.length === 0) {
74875 return undefined;
74876 }
74877 return getIntersectionType(x);
74878 }
74879 function reportNonexistentProperty(propNode, containingType, isUncheckedJS) {
74880 var errorInfo;
74881 var relatedInfo;

Callers 1

Calls 2

getBaseTypesFunction · 0.85
getIntersectionTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…