Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ vsyncForTesting
Function
vsyncForTesting
src/service/vsync-impl.js:475–478 ·
view source on GitHub ↗
(window)
Source
from the content-addressed store, hash-verified
473
* @
return
{!Vsync}
474
*/
475
export
function
vsyncForTesting(window) {
476
installVsyncService(window);
477
return
getService(window,
'vsync'
);
478
}
479
480
/**
481
* @param {!Window} window
Callers
3
test-runtime.js
File · 0.90
setup
Function · 0.90
test-amp-geo.js
File · 0.90
Calls
2
getService
Function · 0.90
installVsyncService
Function · 0.85
Tested by
no test coverage detected