MCPcopy
hub / github.com/ampproject/amphtml / maybeExpandUrlParamsForTesting

Function maybeExpandUrlParamsForTesting

src/service/navigation.js:67–69  ·  view source on GitHub ↗
(ampdoc, e)

Source from the content-addressed store, hash-verified

65 * @visibleForTesting
66 */
67export function maybeExpandUrlParamsForTesting(ampdoc, e) {
68 maybeExpandUrlParams(ampdoc, e);
69}
70
71/**
72 * Intercept any click on the current document and prevent any

Callers 1

test-navigation.jsFile · 0.90

Calls 1

maybeExpandUrlParamsFunction · 0.85

Tested by

no test coverage detected