Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ session-store.test.ts
File
session-store.test.ts
src/utils/__tests__/session-store.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach } from
'vitest'
;
2
import
{ sessionStore } from
'../session-store.ts'
;
3
4
describe(
'SessionStore'
, () => {
Callers
nothing calls this directly
Calls
7
clearAll
Method · 0.80
setDefaults
Method · 0.80
get
Method · 0.80
getAll
Method · 0.80
setActiveProfile
Method · 0.80
getActiveProfile
Method · 0.80
clear
Method · 0.65
Tested by
no test coverage detected