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

Method _pushContainer

packages/compiler/src/ml_parser/parser.ts:578–585  ·  view source on GitHub ↗
(node: NodeContainer, isClosedByChild: boolean)

Source from the content-addressed store, hash-verified

576 }
577
578 private _pushContainer(node: NodeContainer, isClosedByChild: boolean) {
579 if (isClosedByChild) {
580 this._containerStack.pop();
581 }
582
583 this._addToParent(node);
584 this._containerStack.push(node);
585 }
586
587 private _consumeElementEndTag(endTagToken: TagCloseToken) {
588 const fullName = this._getElementFullName(endTagToken, this._getClosestElementLikeParent());

Callers 4

_consumeBlockOpenMethod · 0.95

Calls 3

_addToParentMethod · 0.95
popMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected