MCPcopy Create free account
hub / github.com/ampproject/amphtml / getTrackImpressionPromise

Function getTrackImpressionPromise

src/impression.js:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 * @return {!Promise}
40 */
41export function getTrackImpressionPromise() {
42 return userAssert(trackImpressionPromise, 'E#19457 trackImpressionPromise');
43}
44
45/**
46 * Function that reset the trackImpressionPromise only for testing

Callers 2

test-impression.jsFile · 0.90
initializeMethod · 0.90

Calls 1

userAssertFunction · 0.90

Tested by

no test coverage detected