MCPcopy Create free account
hub / github.com/ModelEngine-Group/app-platform / useDispatch

Function useDispatch

agent-flow/src/components/DefaultRoot.jsx:206–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204}
205
206export function useDispatch() {
207 return useContext(DispatchContext);
208}
209
210export function useFormContext() {
211 return useContext(FormContext);

Callers 15

HeaderFunction · 0.90
_OutputVariableFunction · 0.90
EndNodeWrapperFunction · 0.90
_EndInputFormFunction · 0.90
SelectModeFunction · 0.90
IntelligentFormWrapperFunction · 0.90
SimpleFormWrapperFunction · 0.90
_SearchFormFunction · 0.90
OutsideRerankFormFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected