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

Method clear

src/utils/session-store.ts:87–94  ·  view source on GitHub ↗
(keys?: (keyof SessionDefaults)[])

Source from the content-addressed store, hash-verified

85 }
86
87 clear(keys?: (keyof SessionDefaults)[]): void {
88 if (keys == null) {
89 this.clearForProfile(this.activeProfile);
90 return;
91 }
92
93 this.clearForProfile(this.activeProfile, keys);
94 }
95
96 clearAll(): void {
97 this.clearAllInternal();

Callers

nothing calls this directly

Calls 1

clearForProfileMethod · 0.95

Tested by

no test coverage detected