Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
204
export
function
installCryptoService(win) {
205
return
registerServiceBuilder(win,
'crypto'
, Crypto);
206
}
Callers
5
getReplacements
Function · 0.90
test-cid.js
File · 0.90
installRuntimeServices
Function · 0.90
test-a4a-integration.js
File · 0.90
test-amp-analytics.js
File · 0.90
Calls
1
registerServiceBuilder
Function · 0.90
Tested by
no test coverage detected