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

Function namespacedKey

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

Source from the content-addressed store, hash-verified

1import { env } from "@/lib/env";
2
3export function namespacedKey(name: string): string {
4 return `${env.VITE_AUTH_NAMESPACE}:v1:${name}`;
5}

Callers 5

getFunction · 0.90
setFunction · 0.90
removeFunction · 0.90
clearFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected