Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ getAll
Method
getAll
src/utils/session-store.ts:130–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
128
}
129
130
getAll(): SessionDefaults {
131
return
this.getAllForProfile(this.activeProfile);
132
}
133
134
getAllForProfile(profile: string | null): SessionDefaults {
135
return
this.getRawForProfile(profile);
Callers
14
get
Method · 0.95
inferSimulatorSelectorForTool
Function · 0.80
resolveCachedPlatform
Function · 0.80
resolveProjectFromSession
Function · 0.80
impl
Function · 0.80
session-store.test.ts
File · 0.80
simulator-defaults-refresh.test.ts
File · 0.80
sync_xcode_defaults.ts
File · 0.80
createSessionSetDefaultsExecutor
Function · 0.80
session_clear_defaults.test.ts
File · 0.80
session_set_defaults.test.ts
File · 0.80
bootstrapServer
Function · 0.80
Calls
1
getAllForProfile
Method · 0.95
Tested by
no test coverage detected