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

Method isKeywordVoid

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

Source from the content-addressed store, hash-verified

120 }
121
122 isKeywordVoid(): boolean {
123 return this.type === TokenType.Keyword && this.strValue === 'void';
124 }
125
126 isKeywordIn(): boolean {
127 return this.type === TokenType.Keyword && this.strValue === 'in';

Callers 2

lexer_spec.tsFile · 0.80
parsePrefixMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected