Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ installPlatformService
Function
installPlatformService
src/service/platform-impl.js:200–202 ·
view source on GitHub ↗
(window)
Source
from the content-addressed store, hash-verified
198
* @param {!Window} window
199
*/
200
export
function
installPlatformService(window) {
201
registerServiceBuilder(window,
'platform'
, Platform);
202
}
Callers
15
test-amp-ad-3p.js
File · 0.90
test-viewer.js
File · 0.90
test-runtime.js
File · 0.90
test-performance.js
File · 0.90
test-cid.js
File · 0.90
test-activity.js
File · 0.90
test-viewport.js
File · 0.90
test-viewport-binding.js
File · 0.90
test-fixed-layer.js
File · 0.90
test-style-installer.js
File · 0.90
test-inabox-viewport.js
File · 0.90
amp.js
File · 0.90
Calls
1
registerServiceBuilder
Function · 0.90
Tested by
no test coverage detected