MCPcopy Create free account
hub / github.com/aircloud/sync-to-github / dispatch

Function dispatch

apps/chrome-ext/src/App.tsx:35–37  ·  view source on GitHub ↗
(info)

Source from the content-addressed store, hash-verified

33 const [state, actualDispatch] = useReducer(globalReducer, getDefaultGlobalState())
34
35 const dispatch: IGlobalDispatch = (info) => {
36 actualDispatch([info])
37 }
38
39 const toggleSettingPanel = () => {
40 setShowSettingPanel(!showSettingPanel)

Callers 1

AppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected