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

Method init

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

Source from the content-addressed store, hash-verified

1641 }
1642
1643 init(): void {
1644 this.updatePeek(this.state);
1645 }
1646
1647 getSpan(start?: this, leadingTriviaCodePoints?: number[]): ParseSourceSpan {
1648 start = start || this;

Callers

nothing calls this directly

Calls 1

updatePeekMethod · 0.95

Tested by

no test coverage detected