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

Method scanOperator

packages/compiler/src/expression_parser/lexer.ts:372–375  ·  view source on GitHub ↗
(start: number, str: string)

Source from the content-addressed store, hash-verified

370 }
371
372 private scanOperator(start: number, str: string): Token {
373 this.advance();
374 return newOperatorToken(start, this.index, str);
375 }
376
377 private scanOpenBrace(start: number, code: number): Token {
378 this.braceStack.push('expression');

Callers 1

scanTokenMethod · 0.95

Calls 2

advanceMethod · 0.95
newOperatorTokenFunction · 0.85

Tested by

no test coverage detected