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

Method _readUntil

packages/compiler/src/ml_parser/lexer.ts:1422–1426  ·  view source on GitHub ↗
(char: number)

Source from the content-addressed store, hash-verified

1420 }
1421
1422 private _readUntil(char: number): string {
1423 const start = this._cursor.clone();
1424 this._attemptUntilChar(char);
1425 return this._cursor.getChars(start);
1426 }
1427
1428 private _isInExpansion(): boolean {
1429 return this._isInExpansionCase() || this._isInExpansionForm();

Callers 2

Calls 3

_attemptUntilCharMethod · 0.95
cloneMethod · 0.65
getCharsMethod · 0.65

Tested by

no test coverage detected