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

Function parseAction

packages/compiler/test/expression_parser/serializer_spec.ts:21–23  ·  view source on GitHub ↗
(expression: string)

Source from the content-addressed store, hash-verified

19}
20
21function parseAction(expression: string): expr.ASTWithSource {
22 return parser.parseAction(expression, getFakeSpan(), /* absoluteOffset */ 0);
23}
24
25describe('serializer', () => {
26 describe('serialize', () => {

Callers 1

serializer_spec.tsFile · 0.70

Calls 2

getFakeSpanFunction · 0.90
parseActionMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…