MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / remove

Function remove

apps/ui/src/lib/storage/localStorage.ts:37–39  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

35 }
36 },
37 remove(name: string): void {
38 window.localStorage.removeItem(namespacedKey(name));
39 },
40 clear(): void {
41 const prefix = namespacedKey("");
42 const toRemove: string[] = [];

Callers

nothing calls this directly

Calls 1

namespacedKeyFunction · 0.90

Tested by

no test coverage detected