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

Function __resetConfigStoreForTests

src/utils/config-store.ts:722–730  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

720}
721
722export function __resetConfigStoreForTests(): void {
723 storeState.initialized = false;
724 storeState.cwd = undefined;
725 storeState.fs = undefined;
726 storeState.env = undefined;
727 storeState.overrides = undefined;
728 storeState.fileConfig = undefined;
729 storeState.resolved = { ...DEFAULT_CONFIG };
730}

Callers 11

initConfigStoreForTestFunction · 0.90
initConfigStoreForTestFunction · 0.90
createMcpTestHarnessFunction · 0.90
cleanupFunction · 0.90
initConfigStoreForTestFunction · 0.90
initConfigStoreForTestFunction · 0.90

Calls

no outgoing calls

Tested by 4

initConfigStoreForTestFunction · 0.72
initConfigStoreForTestFunction · 0.72
initConfigStoreForTestFunction · 0.72
initConfigStoreForTestFunction · 0.72