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

Method _isLetStart

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

Source from the content-addressed store, hash-verified

681 }
682
683 private _isLetStart(): boolean {
684 return this._cursor.peek() === chars.$AT && this._peekStr('@let');
685 }
686
687 private _consumeEntity(textTokenType: TokenType): void {
688 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