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

Function resetWebhookStoreState

frontend/src/store/webhookStore.ts:216–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214}));
215
216export const resetWebhookStoreState = () => {
217 useWebhookStore.setState({ ...createInitialState() });
218};

Callers

nothing calls this directly

Calls 1

createInitialStateFunction · 0.70

Tested by

no test coverage detected