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

Method clearAllInternal

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

Source from the content-addressed store, hash-verified

42 }
43
44 private clearAllInternal(): void {
45 this.globalDefaults = {};
46 this.profiles = {};
47 this.activeProfile = null;
48 this.revision += 1;
49 log('info', '[Session] All defaults cleared');
50 }
51
52 private clearAllForProfile(profile: string | null): void {
53 if (profile === null) {

Callers 1

clearAllMethod · 0.95

Calls 1

logFunction · 0.90

Tested by

no test coverage detected