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

Method isCharacter

packages/compiler/src/expression_parser/lexer.ts:62–64  ·  view source on GitHub ↗
(code: number)

Source from the content-addressed store, hash-verified

60 ) {}
61
62 isCharacter(code: number): boolean {
63 return this.type === TokenType.Character && this.numValue === code;
64 }
65
66 isNumber(): boolean {
67 return this.type === TokenType.Number;

Callers 12

expectCharacterTokenFunction · 0.80
isStartOfRegexMethod · 0.80
parsePrimaryMethod · 0.80
parseLiteralArrayMethod · 0.80
parseLiteralMapMethod · 0.80
parseCallArgumentsMethod · 0.80
parseArrowFunctionMethod · 0.80
isArrowFunctionMethod · 0.80
skipMethod · 0.80
isFollowedByOrLastMethod · 0.80
consumeParametersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected