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

Method scanCharacter

packages/compiler/src/expression_parser/lexer.ts:367–370  ·  view source on GitHub ↗
(start: number, code: number)

Source from the content-addressed store, hash-verified

365 }
366
367 private scanCharacter(start: number, code: number): Token {
368 this.advance();
369 return newCharacterToken(start, this.index, code);
370 }
371
372 private scanOperator(start: number, str: string): Token {
373 this.advance();

Callers 1

scanTokenMethod · 0.95

Calls 2

advanceMethod · 0.95
newCharacterTokenFunction · 0.85

Tested by

no test coverage detected