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

Function installInputService

src/input.js:279–281  ·  view source on GitHub ↗
(win)

Source from the content-addressed store, hash-verified

277 * @param {!Window} win
278 */
279export function installInputService(win) {
280 registerServiceBuilder(win, 'input', Input);
281}

Callers 2

test-mutator.jsFile · 0.90
installRuntimeServicesFunction · 0.90

Calls 1

registerServiceBuilderFunction · 0.90

Tested by

no test coverage detected