Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
function
getName() {
61
return
PREFIX + SESSION
62
}
63
64
export
function
getSession(minutes = TIMEOUT, persistedOnly) {
65
const
cookieData = getCookie(getName())
Callers
3
getSession
Function · 0.70
setSession
Function · 0.70
removeSession
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected