Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
216
export
const
resetWebhookStoreState = () => {
217
useWebhookStore.setState({ ...createInitialState() });
218
};
Callers
nothing calls this directly
Calls
1
createInitialState
Function · 0.70
Tested by
no test coverage detected