Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
218
export
interface
NodeAdapter<T> {
219
getName(node: T): string;
220
getFileName(node: T): string;
221
}
Callers
9
visitPipe
Method · 0.65
processCallArguments
Method · 0.65
MyApp_Template
Function · 0.65
MyApp_Template
Function · 0.65
MyApp_Template
Function · 0.65
MyApp_Template
Function · 0.65
generateAnalysis
Function · 0.65
type_checker__get_symbol_of_template_node_spec.ts
File · 0.65
extractInitializerApiFunction
Function · 0.65
Implementers
1
NgCompiler
packages/compiler-cli/src/ngtsc/core/s
Calls
no outgoing calls
Tested by
no test coverage detected