MCPcopy Index your code
hub / github.com/ampproject/amphtml / stubHasBeenVisible

Function stubHasBeenVisible

test/unit/test-performance.js:557–559  ·  view source on GitHub ↗
(visibility)

Source from the content-addressed store, hash-verified

555 let whenViewportLayoutCompleteResolve;
556
557 function stubHasBeenVisible(visibility) {
558 env.sandbox.stub(ampdoc, 'hasBeenVisible').returns(visibility);
559 }
560
561 function getPerformanceMarks() {
562 return win.performance

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected