MCPcopy Create free account
hub / github.com/angular/angular / getName

Method getName

packages/compiler-cli/src/ngtsc/indexer/src/api.ts:219–219  ·  view source on GitHub ↗
(node: T)

Source from the content-addressed store, hash-verified

217 */
218export interface NodeAdapter<T> {
219 getName(node: T): string;
220 getFileName(node: T): string;
221}

Callers 9

visitPipeMethod · 0.65
processCallArgumentsMethod · 0.65
MyApp_TemplateFunction · 0.65
MyApp_TemplateFunction · 0.65
MyApp_TemplateFunction · 0.65
MyApp_TemplateFunction · 0.65
generateAnalysisFunction · 0.65

Implementers 1

NgCompilerpackages/compiler-cli/src/ngtsc/core/s

Calls

no outgoing calls

Tested by

no test coverage detected