Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheThingsNetwork/lorawan-stack
/ hashKey
Function
hashKey
pkg/webui/lib/cache.js:19–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
const
hash = stringToHash(selectApplicationRootPath())
19
const
hashKey = key => `${key}-${hash}`
20
21
export
const
get = key => {
22
const
hashedKey = hashKey(key)
Callers
3
get
Function · 0.85
set
Function · 0.85
remove
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected