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

Function getName

packages/analytics-util-session/src/index.js:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60function getName() {
61 return PREFIX + SESSION
62}
63
64export function getSession(minutes = TIMEOUT, persistedOnly) {
65 const cookieData = getCookie(getName())

Callers 3

getSessionFunction · 0.70
setSessionFunction · 0.70
removeSessionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected