MCPcopy
hub / github.com/ampproject/amphtml / clearModalStack

Function clearModalStack

src/core/dom/modal.js:245–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243 * @package Visible for testing
244 */
245export function clearModalStack() {
246 modalEntryStack.length = 0;
247}
248
249/**
250 * @return {number} The number of entries in the stack, for testing.

Callers 3

test-modal.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected