Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ env } from
"@/lib/env"
;
2
3
export
function
namespacedKey(name: string): string {
4
return
`${env.VITE_AUTH_NAMESPACE}:v1:${name}`;
5
}
Callers
5
get
Function · 0.90
set
Function · 0.90
remove
Function · 0.90
clear
Function · 0.90
localStorage.utils.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected