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

Method _isInExpansionCase

packages/compiler/src/ml_parser/lexer.ts:1432–1438  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1430 }
1431
1432 private _isInExpansionCase(): boolean {
1433 return (
1434 this._expansionCaseStack.length > 0 &&
1435 this._expansionCaseStack[this._expansionCaseStack.length - 1] ===
1436 TokenType.EXPANSION_CASE_EXP_START
1437 );
1438 }
1439
1440 private _isInExpansionForm(): boolean {
1441 return (

Callers 4

tokenizeMethod · 0.95
_isTextEndMethod · 0.95
_isInExpansionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected