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

Method init

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

Source from the content-addressed store, hash-verified

1722 }
1723
1724 override init(): void {
1725 super.init();
1726 this.processEscapeSequence();
1727 }
1728
1729 override clone(): EscapedCharacterCursor {
1730 return new EscapedCharacterCursor(this);

Callers

nothing calls this directly

Calls 2

processEscapeSequenceMethod · 0.95
initMethod · 0.65

Tested by

no test coverage detected