Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ resetMcpServerStoreState
Function
resetMcpServerStoreState
frontend/src/store/mcpServerStore.ts:353–355 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
351
});
352
353
export
const
resetMcpServerStoreState = () => {
354
useMcpServerStore.setState({ ...createInitialState() });
355
};
Callers
nothing calls this directly
Calls
1
createInitialState
Function · 0.70
Tested by
no test coverage detected