Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ webhookStore.ts
File
webhookStore.ts
frontend/src/store/webhookStore.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ create } from
'zustand'
;
2
import
type
{ WebhookConfiguration, WebhookDelivery } from
'@shipsec/shared'
;
3
import
{ API_V1_URL } from
'@/services/api'
;
4
Callers
nothing calls this directly
Calls
3
fetchWithHeaders
Function · 0.85
createInitialState
Function · 0.70
create
Function · 0.50
Tested by
no test coverage detected