MCPcopy Create free account
hub / github.com/angular/angular / advance

Method advance

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

Source from the content-addressed store, hash-verified

1655 }
1656
1657 advance(): void {
1658 this.advanceState(this.state);
1659 }
1660
1661 init(): void {
1662 this.updatePeek(this.state);

Callers

nothing calls this directly

Calls 1

advanceStateMethod · 0.95

Tested by

no test coverage detected