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

Method isKeywordTypeof

packages/compiler/src/expression_parser/lexer.ts:118–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 isKeywordTypeof(): boolean {
119 return this.type === TokenType.Keyword && this.strValue === 'typeof';
120 }
121
122 isKeywordVoid(): boolean {
123 return this.type === TokenType.Keyword && this.strValue === 'void';

Callers 2

lexer_spec.tsFile · 0.80
parsePrefixMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected