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

Method init

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

Source from the content-addressed store, hash-verified

1659 }
1660
1661 init(): void {
1662 this.updatePeek(this.state);
1663 }
1664
1665 getSpan(start?: this, leadingTriviaCodePoints?: number[]): ParseSourceSpan {
1666 start = start || this;

Callers

nothing calls this directly

Calls 1

updatePeekMethod · 0.95

Tested by

no test coverage detected