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

Method setDefaults

src/utils/session-store.ts:74–76  ·  view source on GitHub ↗
(partial: Partial<SessionDefaults>)

Source from the content-addressed store, hash-verified

72 }
73
74 setDefaults(partial: Partial<SessionDefaults>): void {
75 this.setDefaultsForProfile(this.activeProfile, partial);
76 }
77
78 setDefaultsForProfile(profile: string | null, partial: Partial<SessionDefaults>): void {
79 const previous = this.getRawForProfile(profile);

Calls 1

setDefaultsForProfileMethod · 0.95

Tested by 1

runRefreshFunction · 0.64