MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / getAllForProfile

Method getAllForProfile

src/utils/session-store.ts:134–136  ·  view source on GitHub ↗
(profile: string | null)

Source from the content-addressed store, hash-verified

132 }
133
134 getAllForProfile(profile: string | null): SessionDefaults {
135 return this.getRawForProfile(profile);
136 }
137
138 private getRawForProfile(profile: string | null): SessionDefaults {
139 const defaults = profile === null ? this.globalDefaults : (this.profiles[profile] ?? {});

Callers 6

getAllMethod · 0.95
refreshSimulatorDefaultsFunction · 0.80

Calls 1

getRawForProfileMethod · 0.95

Tested by

no test coverage detected