Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ getProfileLabel
Method
getProfileLabel
src/utils/session-store.ts:40–42 ·
view source on GitHub ↗
(profile: string | null)
Source
from the content-addressed store, hash-verified
38
}
39
40
private getProfileLabel(profile: string | null): string {
41
return
profile ??
'global'
;
42
}
43
44
private clearAllInternal(): void {
45
this.globalDefaults = {};
Callers
2
setDefaultsForProfile
Method · 0.95
clearForProfile
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected