MCPcopy Index your code
hub / github.com/bugy/script-server / getUnparameterizedUrl

Function getUnparameterizedUrl

web-src/src/common/utils/common.js:340–342  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

338}
339
340export function getUnparameterizedUrl() {
341 return [location.protocol, '//', location.host, location.pathname].join('');
342}
343
344export function contains(array, element) {
345 return array.indexOf(element) !== -1

Callers 2

setupOAuthFunction · 0.90
processCurrentOauthStateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected