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

Method setService

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

* @param {!AmpScriptService} service * @visibleForTesting

(service)

Source from the content-addressed store, hash-verified

211 * @visibleForTesting
212 */
213 setService(service) {
214 this.service_ = service;
215 }
216
217 /**
218 * @return {?UserActivationTracker}

Callers 2

buildCallbackMethod · 0.95
test-amp-script.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected