MCPcopy 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
18const hash = stringToHash(selectApplicationRootPath())
19const hashKey = key => `${key}-${hash}`
20
21export const get = key => {
22 const hashedKey = hashKey(key)

Callers 3

getFunction · 0.85
setFunction · 0.85
removeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected