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

Method getActiveProfile

src/utils/session-store.ts:147–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145 }
146
147 getActiveProfile(): string | null {
148 return this.activeProfile;
149 }
150
151 setActiveProfile(profile: string | null): void {
152 this.activeProfile = profile;

Calls

no outgoing calls

Tested by

no test coverage detected