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

Function setUpgradeForTest

extensions/amp-script/0.1/amp-script.js:85–87  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

83 * @visibleForTesting
84 */
85export function setUpgradeForTest(fn) {
86 upgradeForTest = fn;
87}
88
89export class AmpScript extends AMP.BaseElement {
90 /**

Callers 1

test-amp-script.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected