MCPcopy
hub / github.com/ampproject/amphtml / cidServiceForDocForTesting

Function cidServiceForDocForTesting

src/service/cid-impl.js:738–741  ·  view source on GitHub ↗
(ampdoc)

Source from the content-addressed store, hash-verified

736 * @private visible for testing
737 */
738export function cidServiceForDocForTesting(ampdoc) {
739 registerServiceBuilderForDoc(ampdoc, 'cid', Cid);
740 return getServiceForDoc(ampdoc, 'cid');
741}

Callers 8

getReplacementsFunction · 0.90
test-cid.jsFile · 0.90
test-ad-cid.jsFile · 0.90
test-amp-access.jsFile · 0.90
getAmpFormFunction · 0.90

Calls 2

getServiceForDocFunction · 0.90

Tested by

no test coverage detected