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

Function getDisplayName

test/fixtures/snapshot/typescript.js:44892–44894  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

44890 }
44891 }
44892 function getDisplayName(node) {
44893 return ts.isNamedDeclaration(node) ? ts.declarationNameToString(node.name) : ts.unescapeLeadingUnderscores(ts.Debug.checkDefined(getDeclarationName(node)));
44894 }
44895 /**
44896 * Declares a Symbol for the node and adds it to symbols. Reports errors for conflicting identifier names.
44897 * @param symbolTable - The symbol table which node will be added to.

Callers 1

declareSymbolFunction · 0.85

Calls 1

getDeclarationNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…