Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ getRtvVersionForTesting
Function
getRtvVersionForTesting
src/mode.js:101–103 ·
view source on GitHub ↗
(win)
Source
from the content-addressed store, hash-verified
99
* @visibleForTesting
100
*/
101
export
function
getRtvVersionForTesting(win) {
102
return
getRtvVersion(win);
103
}
104
105
/** @visibleForTesting */
106
export
function
resetRtvVersionForTesting() {
Callers
2
test-error-reporting.js
File · 0.90
test-mode.js
File · 0.90
Calls
1
getRtvVersion
Function · 0.85
Tested by
no test coverage detected