MCPcopy Index your code
hub / github.com/devspace-sh/devspace / d

Function d

ui/src/lib/utils.tsx:56–56  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

54 const a = /\+/g; // Regex for replacing addition symbol with a space
55 const r = /([^&;=]+)=?([^&;]*)/g;
56 const d = (s: string) => decodeURIComponent(s.replace(a, ' '));
57 const q = window.location.hash.substring(1);
58
59 let e = r.exec(q);

Callers 1

getHashParamsFunction · 0.85

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected