Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ get
Method
get
src/utils/session-store.ts:126–128 ·
view source on GitHub ↗
(key: K)
Source
from the content-addressed store, hash-verified
124
}
125
126
get<K extends keyof SessionDefaults>(key: K): SessionDefaults[K] {
127
return
this.getAll()[key];
128
}
129
130
getAll(): SessionDefaults {
131
return
this.getAllForProfile(this.activeProfile);
Callers
15
resolveCustomWorkflowToolIds
Function · 0.80
tryImportToolModule
Function · 0.80
enumerateAndRegisterTools
Function · 0.80
scheduleWorkspaceFilesystemLifecycleSweep
Function · 0.80
resolveDeviceName
Function · 0.80
queueFailureDiagnostic
Function · 0.80
flushQueuedFailureDiagnostics
Function · 0.80
applyFailureDuration
Function · 0.80
stopSession
Function · 0.80
getSession
Method · 0.80
findSessionForSimulator
Method · 0.80
touch
Method · 0.80
Calls
1
getAll
Method · 0.95
Tested by
1
createSetupFs
Function · 0.64