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

Method isString

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

Source from the content-addressed store, hash-verified

68 }
69
70 isString(): this is StringToken {
71 return this.type === TokenType.String;
72 }
73
74 isOperator(operator: string): boolean {
75 return this.type === TokenType.Operator && this.strValue === operator;

Callers 6

isTemplateLiteralPartMethod · 0.95
isTemplateLiteralEndMethod · 0.95
expectStringTokenFunction · 0.45
parsePrimaryMethod · 0.45
parseLiteralMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected