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

Method advance

packages/compiler/src/expression_parser/parser.ts:686–688  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

684 }
685
686 private advance() {
687 this.index++;
688 }
689
690 /**
691 * Executes a callback in the provided context.

Callers 15

parseEqualityMethod · 0.95
parseRelationalMethod · 0.95
parseAdditiveMethod · 0.95
parseMultiplicativeMethod · 0.95
parseExponentiationMethod · 0.95
parsePrefixMethod · 0.95
parsePrimaryMethod · 0.95
parseLiteralMapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected