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

Function isExpansionCaseStart

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

Source from the content-addressed store, hash-verified

1495}
1496
1497function isExpansionCaseStart(peek: number): boolean {
1498 return peek !== chars.$RBRACE;
1499}
1500
1501function compareCharCodeCaseInsensitive(code1: number, code2: number): boolean {
1502 return toUpperCaseCharCode(code1) === toUpperCaseCharCode(code2);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…