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

Function has

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

Source from the content-addressed store, hash-verified

153
154const codeFromUrl = new CodeStorage({
155 has() {
156 return new URLSearchParams(window.location.search).has("code");
157 },
158 get() {
159 return decodeURIComponent(
160 new URLSearchParams(window.location.search).get("code"),

Callers

nothing calls this directly

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected