MCPcopy Index your code
hub / github.com/ampproject/amphtml / removeAsContainerInternal

Method removeAsContainerInternal

src/custom-element.js:845–848  ·  view source on GitHub ↗

* See `BaseElement.removeAsContainer`. * @restricted * @final

()

Source from the content-addressed store, hash-verified

843 * @final
844 */
845 removeAsContainerInternal() {
846 const builder = getSchedulerForDoc(this.getAmpDoc());
847 builder.removeContainer(this);
848 }
849
850 /**
851 * Update the internal ready state.

Callers 1

removeAsContainerMethod · 0.80

Calls 3

getAmpDocMethod · 0.95
getSchedulerForDocFunction · 0.90
removeContainerMethod · 0.80

Tested by

no test coverage detected