MCPcopy Index your code
hub / github.com/angular/angular / getSymbolName

Method getSymbolName

packages/compiler-cli/linker/src/ast/ast_value.ts:233–235  ·  view source on GitHub ↗

* Get the name of the symbol represented by the given expression node, or `null` if it is not a * symbol.

()

Source from the content-addressed store, hash-verified

231 * symbol.
232 */
233 getSymbolName(): string | null {
234 return this.host.getSymbolName(this.expression);
235 }
236
237 /**
238 * Is this value a number?

Callers

nothing calls this directly

Calls 1

getSymbolNameMethod · 0.65

Tested by

no test coverage detected