MCPcopy
hub / github.com/webpack/webpack / setIdToUrl

Function setIdToUrl

test/configCases/inner-graph/issue-11678/module.js:1765–1769  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

1763 return window.location.href.indexOf(name) !== -1;
1764}
1765function setIdToUrl(id) {
1766 if (urlParameterAvailable("serviceID")) {
1767 setUrlParameter("serviceID", id.toString());
1768 }
1769}
1770async function _showForm(setEvent, selection, contentId = null) {
1771 _isNewDataset = false;
1772 triggerSelectionChangeEvent = true;

Callers 1

_showFormFunction · 0.85

Calls 2

urlParameterAvailableFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected