Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
279
export
function
installInputService(win) {
280
registerServiceBuilder(win,
'input'
, Input);
281
}
Callers
2
test-mutator.js
File · 0.90
installRuntimeServices
Function · 0.90
Calls
1
registerServiceBuilder
Function · 0.90
Tested by
no test coverage detected