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

Function installCryptoService

src/service/crypto-impl.js:204–206  ·  view source on GitHub ↗
(win)

Source from the content-addressed store, hash-verified

202 * @return {*} TODO(#23582): Specify return type
203 */
204export function installCryptoService(win) {
205 return registerServiceBuilder(win, 'crypto', Crypto);
206}

Callers 5

getReplacementsFunction · 0.90
test-cid.jsFile · 0.90
installRuntimeServicesFunction · 0.90

Calls 1

registerServiceBuilderFunction · 0.90

Tested by

no test coverage detected