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

Method _readUntil

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

Source from the content-addressed store, hash-verified

1453 }
1454
1455 private _readUntil(char: number): string {
1456 const start = this._cursor.clone();
1457 this._attemptUntilChar(char);
1458 return this._cursor.getChars(start);
1459 }
1460
1461 private _isInExpansion(): boolean {
1462 return this._isInExpansionCase() || this._isInExpansionForm();

Callers 2

Calls 3

_attemptUntilCharMethod · 0.95
cloneMethod · 0.65
getCharsMethod · 0.65

Tested by

no test coverage detected