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

Method advance

packages/compiler/src/ml_parser/lexer.ts:1639–1641  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1637 }
1638
1639 advance(): void {
1640 this.advanceState(this.state);
1641 }
1642
1643 init(): void {
1644 this.updatePeek(this.state);

Callers

nothing calls this directly

Calls 1

advanceStateMethod · 0.95

Tested by

no test coverage detected