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

Method isError

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

Source from the content-addressed store, hash-verified

132 }
133
134 isError(): boolean {
135 return this.type === TokenType.Error;
136 }
137
138 isRegExpBody(): boolean {
139 return this.type === TokenType.RegExpBody;

Callers 3

expectErrorTokenFunction · 0.80
skipMethod · 0.80
resource.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected