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

Method getSymbolName

packages/compiler-cli/linker/src/ast/ast_host.ts:18–18  ·  view source on GitHub ↗

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

(node: TExpression)

Source from the content-addressed store, hash-verified

16 * symbol.
17 */
18 getSymbolName(node: TExpression): string | null;
19
20 /**
21 * Return `true` if the given expression is a string literal, or false otherwise.

Callers 15

ast_value_spec.tsFile · 0.65
getSymbolNameMethod · 0.65
toR3PipeMetaFunction · 0.65
toR3InjectorMetaFunction · 0.65
parseEncapsulationFunction · 0.65
toR3InjectableMetaFunction · 0.65
parseEnumFunction · 0.65
extractForwardRefFunction · 0.65
toR3ServiceMetaFunction · 0.65
toR3DirectiveMetaFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected