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

Function getActionQueueForTesting

src/custom-element.js:2221–2223  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

2219 * @visibleForTesting
2220 */
2221export function getActionQueueForTesting(element) {
2222 return element.actionQueue_;
2223}
2224
2225/**
2226 * Marks each element that still stubbed as unresolved.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected