MCPcopy Create free account
hub / github.com/csskit/csskit / get

Function get

website/script/index.js:158–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 return new URLSearchParams(window.location.search).has("code");
157 },
158 get() {
159 return decodeURIComponent(
160 new URLSearchParams(window.location.search).get("code"),
161 );
162 },
163 set(code) {
164 const url = new URL(window.location);
165 url.searchParams.delete("example");

Callers 3

allocation_testFunction · 0.85
allocation_testFunction · 0.85

Calls 1

getMethod · 0.45

Tested by 3

allocation_testFunction · 0.68
allocation_testFunction · 0.68