MCPcopy
hub / github.com/webpack/webpack / urlParameterAvailable

Function urlParameterAvailable

test/configCases/inner-graph/issue-11678/module.js:1762–1764  ·  view source on GitHub ↗
(name = "")

Source from the content-addressed store, hash-verified

1760 _showFormButtons(buttons.STATE.initialize);
1761}
1762function urlParameterAvailable(name = "") {
1763 return window.location.href.indexOf(name) !== -1;
1764}
1765function setIdToUrl(id) {
1766 if (urlParameterAvailable("serviceID")) {
1767 setUrlParameter("serviceID", id.toString());

Callers 1

setIdToUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected