MCPcopy Create free account
hub / github.com/DavidWells/analytics / tempKey

Function tempKey

packages/analytics-core/src/modules/user.js:57–57  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

55}
56
57export const tempKey = (key) => PREFIX + 'TEMP' + PREFIX + key
58
59export function getUserPropFunc(storage) {
60 return function getUserProp(key, instance, payload) {

Callers 3

analyticsFunction · 0.90
identifyMiddlewareFunction · 0.90
getUserPropFuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected