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

Method _isInExpansionForm

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

Source from the content-addressed store, hash-verified

1438 }
1439
1440 private _isInExpansionForm(): boolean {
1441 return (
1442 this._expansionCaseStack.length > 0 &&
1443 this._expansionCaseStack[this._expansionCaseStack.length - 1] ===
1444 TokenType.EXPANSION_FORM_START
1445 );
1446 }
1447
1448 private isExpansionFormStart(): boolean {
1449 if (this._cursor.peek() !== chars.$LBRACE) {

Callers 4

tokenizeMethod · 0.95
_createErrorMethod · 0.95
_isInExpansionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected