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

Function setDefaultBootstrapBaseUrlForTesting

src/3p-frame.js:234–236  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

232 * @param {string} url
233 */
234export function setDefaultBootstrapBaseUrlForTesting(url) {
235 overrideBootstrapBaseUrl = url;
236}
237
238/**
239 * @param {*} win

Calls

no outgoing calls

Tested by

no test coverage detected