MCPcopy 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

getMethod · 0.95
resolveCachedPlatformFunction · 0.80
implFunction · 0.80
bootstrapServerFunction · 0.80

Calls 1

getAllForProfileMethod · 0.95

Tested by

no test coverage detected