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

Function useShapeContext

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

Source from the content-addressed store, hash-verified

200}
201
202export function useShapeContext() {
203 return useContext(ShapeContext);
204}
205
206export function useDispatch() {
207 return useContext(DispatchContext);

Callers 15

EndNodeWrapperFunction · 0.90
SimpleFormWrapperFunction · 0.90
_SearchFormFunction · 0.90
OutsideRerankFormFunction · 0.90
ReplyWrapperFunction · 0.90
ModelSelectFunction · 0.90
_SkillFormFunction · 0.90
SkillContentFunction · 0.90
_ModelFormFunction · 0.90
LlmFormWrapperFunction · 0.90
_SkillFormFunction · 0.90
_TextExtractionInputFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected