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

Method init

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

Source from the content-addressed store, hash-verified

1740 }
1741
1742 override init(): void {
1743 super.init();
1744 this.processEscapeSequence();
1745 }
1746
1747 override clone(): EscapedCharacterCursor {
1748 return new EscapedCharacterCursor(this);

Callers

nothing calls this directly

Calls 2

processEscapeSequenceMethod · 0.95
initMethod · 0.65

Tested by

no test coverage detected