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

Method _isLetStart

packages/compiler/src/ml_parser/lexer.ts:685–687  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

683 }
684
685 private _isLetStart(): boolean {
686 return this._cursor.peek() === chars.$AT && this._peekStr('@let');
687 }
688
689 private _consumeEntity(textTokenType: TokenType): void {
690 this._beginToken(TokenType.ENCODED_ENTITY);

Callers 2

tokenizeMethod · 0.95
_isTextEndMethod · 0.95

Calls 2

_peekStrMethod · 0.95
peekMethod · 0.65

Tested by

no test coverage detected