MCPcopy Create free account
hub / github.com/ShipSecAI/studio / resetMcpGroupStoreState

Function resetMcpGroupStoreState

frontend/src/store/mcpGroupStore.ts:143–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141 useMcpGroupStore((state) => state.groupServers.get(groupId) || []);
142
143export const resetMcpGroupStoreState = () => {
144 useMcpGroupStore.setState({ ...createInitialState() });
145};

Callers

nothing calls this directly

Calls 1

createInitialStateFunction · 0.70

Tested by

no test coverage detected