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

Function getBaseTypeNodeOfClass

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

Source from the content-addressed store, hash-verified

57076 return false;
57077 }
57078 function getBaseTypeNodeOfClass(type) {
57079 var decl = ts.getClassLikeDeclarationOfSymbol(type.symbol);
57080 return decl && ts.getEffectiveBaseTypeNode(decl);
57081 }
57082 function getConstructorsForTypeArguments(type, typeArgumentNodes, location) {
57083 var typeArgCount = ts.length(typeArgumentNodes);
57084 var isJavascript = ts.isInJSFile(location);

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…