MCPcopy 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

tryImportToolModuleFunction · 0.80
resolveDeviceNameFunction · 0.80
queueFailureDiagnosticFunction · 0.80
applyFailureDurationFunction · 0.80
stopSessionFunction · 0.80
getSessionMethod · 0.80
touchMethod · 0.80

Calls 1

getAllMethod · 0.95

Tested by 1

createSetupFsFunction · 0.64