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

Method getUserActivation

extensions/amp-script/0.1/amp-script.js:221–223  ·  view source on GitHub ↗

* @return {?UserActivationTracker} * @visibleForTesting

()

Source from the content-addressed store, hash-verified

219 * @visibleForTesting
220 */
221 getUserActivation() {
222 return this.userActivation_;
223 }
224
225 /**
226 * Calls the specified function on this amp-script's worker-dom instance.

Callers 1

test-amp-script.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected