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

Method clearAll

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

Source from the content-addressed store, hash-verified

94 }
95
96 clearAll(): void {
97 this.clearAllInternal();
98 }
99
100 clearForProfile(profile: string | null, keys?: (keyof SessionDefaults)[]): void {
101 if (keys == null) {

Calls 1

clearAllInternalMethod · 0.95

Tested by

no test coverage detected