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

Method _getProcessedChars

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

Source from the content-addressed store, hash-verified

1364 }
1365
1366 private _getProcessedChars(start: CharacterCursor, end: CharacterCursor): string {
1367 return this._processCarriageReturns(end.getChars(start));
1368 }
1369
1370 private _isTextEnd(): boolean {
1371 if (this._isTagStart() || this._cursor.peek() === chars.$EOF) {

Callers 1

_consumeInterpolationMethod · 0.95

Calls 2

getCharsMethod · 0.65

Tested by

no test coverage detected