Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
85
export
function
setUpgradeForTest(fn) {
86
upgradeForTest = fn;
87
}
88
89
export
class
AmpScript extends AMP.BaseElement {
90
/**
Callers
1
test-amp-script.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected