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

Function setSrcdocSupportedForTesting

src/friendly-iframe-embed.js:77–79  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

75 * @visibleForTesting
76 */
77export function setSrcdocSupportedForTesting(val) {
78 srcdocSupported = val;
79}
80
81/**
82 * @return {function(*): !Promise<*>}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected