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

Function getDeclarationName

test/fixtures/snapshot/typescript.js:26952–26954  ·  view source on GitHub ↗

* Gets the name of a declaration for use in declarations. * * @param node The declaration. * @param allowComments A value indicating whether comments may be emitted for the name. * @param allowSourceMaps A value indicating whether source maps may be emitted for th

(node, allowComments, allowSourceMaps)

Source from the content-addressed store, hash-verified

26950 * @param allowSourceMaps A value indicating whether source maps may be emitted for the name.
26951 */
26952 function getDeclarationName(node, allowComments, allowSourceMaps) {
26953 return getName(node, allowComments, allowSourceMaps);
26954 }
26955 /**
26956 * Gets a namespace-qualified name for use in expressions.
26957 *

Callers 9

getDisplayNameFunction · 0.85
declareSymbolFunction · 0.85
declareModuleMemberFunction · 0.85
bindExportAssignmentFunction · 0.85
bindExportDeclarationFunction · 0.85
bindTypeParameterFunction · 0.85
addDeclarationFunction · 0.85
visitFunction · 0.85

Calls 5

getNameFunction · 0.85
concatMethod · 0.80
assertMethod · 0.80
failMethod · 0.45
indexOfMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…