MCPcopy
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 */
101export function getRtvVersionForTesting(win) {
102 return getRtvVersion(win);
103}
104
105/** @visibleForTesting */
106export function resetRtvVersionForTesting() {

Callers 2

test-mode.jsFile · 0.90

Calls 1

getRtvVersionFunction · 0.85

Tested by

no test coverage detected