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

Method charsLeft

packages/compiler/src/ml_parser/lexer.ts:1568–1568  ·  view source on GitHub ↗

The number of characters left before the end of the cursor.

()

Source from the content-addressed store, hash-verified

1566 getChars(start: this): string;
1567 /** The number of characters left before the end of the cursor. */
1568 charsLeft(): number;
1569 /** The number of characters between `this` cursor and `other` cursor. */
1570 diff(other: this): number;
1571 /** Make a copy of this cursor */

Callers 2

_attemptStrMethod · 0.65
_peekStrMethod · 0.65

Implementers 1

PlainCharacterCursorpackages/compiler/src/ml_parser/lexer.

Calls

no outgoing calls

Tested by

no test coverage detected