MCPcopy
hub / github.com/brimdata/zui / useDispatch

Function useDispatch

apps/zui/src/core/use-dispatch.ts:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import {AppDispatch} from "src/js/state/types"
3
4export function useDispatch() {
5 return useReduxDispatch<AppDispatch>()
6}

Callers 15

SubscribeToEventsFunction · 0.90
EventLimit.tsxFile · 0.90
EventTimeline.tsxFile · 0.90
NetworkErrorNoticeFunction · 0.90
ViewLakeFunction · 0.90
useNextPageFunction · 0.90
TableFunction · 0.90
InspectorFunction · 0.90
useShaperDragFunction · 0.90
shaper.tsxFile · 0.90
PreviewLoadModalFunction · 0.90
SidebarToggleButtonFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected