MCPcopy Create free account
hub / github.com/angular/angular / isExpansionCaseStart

Function isExpansionCaseStart

packages/compiler/src/ml_parser/lexer.ts:1515–1517  ·  view source on GitHub ↗
(peek: number)

Source from the content-addressed store, hash-verified

1513}
1514
1515function isExpansionCaseStart(peek: number): boolean {
1516 return peek !== chars.$RBRACE;
1517}
1518
1519function compareCharCodeCaseInsensitive(code1: number, code2: number): boolean {
1520 return toUpperCaseCharCode(code1) === toUpperCaseCharCode(code2);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected