Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
67
export
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.js
File · 0.90
Calls
1
maybeExpandUrlParams
Function · 0.85
Tested by
no test coverage detected