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

Function getTypeNameForErrorDisplay

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

Source from the content-addressed store, hash-verified

52285 return [leftStr, rightStr];
52286 }
52287 function getTypeNameForErrorDisplay(type) {
52288 return typeToString(type, /*enclosingDeclaration*/ undefined, 64 /* TypeFormatFlags.UseFullyQualifiedType */);
52289 }
52290 function symbolValueDeclarationIsContextSensitive(symbol) {
52291 return symbol && !!symbol.valueDeclaration && ts.isExpression(symbol.valueDeclaration) && !isContextSensitive(symbol.valueDeclaration);
52292 }

Callers 3

reportRelationErrorFunction · 0.85
helperFunction · 0.85

Calls 1

typeToStringFunction · 0.85

Tested by

no test coverage detected