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

Method _getProcessedChars

packages/compiler/src/ml_parser/lexer.ts:1383–1385  ·  view source on GitHub ↗
(start: CharacterCursor, end: CharacterCursor)

Source from the content-addressed store, hash-verified

1381 }
1382
1383 private _getProcessedChars(start: CharacterCursor, end: CharacterCursor): string {
1384 return this._processCarriageReturns(end.getChars(start));
1385 }
1386
1387 private _isTextEnd(): boolean {
1388 if (this._isTagStart() || this._cursor.peek() === chars.$EOF) {

Callers 1

_consumeInterpolationMethod · 0.95

Calls 2

getCharsMethod · 0.65

Tested by

no test coverage detected