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

Function getQueryParameter

web-src/src/common/utils/common.js:295–298  ·  view source on GitHub ↗
(parameter, url)

Source from the content-addressed store, hash-verified

293}
294
295export function getQueryParameter(parameter, url) {
296 var parameters = readQueryParameters(url);
297 return parameters[parameter];
298}
299
300function getUrlDir() {
301 var path = window.location.pathname;

Callers 4

checkRedirectReasonFunction · 0.90
setupOAuthFunction · 0.90
processCurrentOauthStateFunction · 0.90
sendLoginRequestFunction · 0.90

Calls 1

readQueryParametersFunction · 0.85

Tested by

no test coverage detected