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

Method _readUntil

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

Source from the content-addressed store, hash-verified

1438 }
1439
1440 private _readUntil(char: number): string {
1441 const start = this._cursor.clone();
1442 this._attemptUntilChar(char);
1443 return this._cursor.getChars(start);
1444 }
1445
1446 private _isInExpansion(): boolean {
1447 return this._isInExpansionCase() || this._isInExpansionForm();

Callers 2

Calls 3

_attemptUntilCharMethod · 0.95
cloneMethod · 0.65
getCharsMethod · 0.65

Tested by

no test coverage detected