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

Method _getProcessedChars

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

Source from the content-addressed store, hash-verified

1396 }
1397
1398 private _getProcessedChars(start: CharacterCursor, end: CharacterCursor): string {
1399 return this._processCarriageReturns(end.getChars(start));
1400 }
1401
1402 private _isTextEnd(): boolean {
1403 if (this._isTagStart() || this._cursor.peek() === chars.$EOF) {

Callers 1

_consumeInterpolationMethod · 0.95

Calls 2

getCharsMethod · 0.65

Tested by

no test coverage detected