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

Method init

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

Source from the content-addressed store, hash-verified

1755 }
1756
1757 override init(): void {
1758 super.init();
1759 this.processEscapeSequence();
1760 }
1761
1762 override clone(): EscapedCharacterCursor {
1763 return new EscapedCharacterCursor(this);

Callers

nothing calls this directly

Calls 2

processEscapeSequenceMethod · 0.95
initMethod · 0.65

Tested by

no test coverage detected