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

Function useDataContext

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

Source from the content-addressed store, hash-verified

196};
197
198export function useDataContext() {
199 return useContext(DataContext);
200}
201
202export function useShapeContext() {
203 return useContext(ShapeContext);

Callers 12

_KnowledgeFormFunction · 0.90
LoopWrapperFunction · 0.90
FitSelectToolFunction · 0.90
FitInvokeOutputFunction · 0.90
FitInvokeFormWrapperFunction · 0.90
ReplaceComponentFunction · 0.90
TestComponentFunction · 0.90
ParallelWrapperFunction · 0.90
_ParallelPluginItemFunction · 0.90
TaskListFunction · 0.90
ManualCheckFormWrapperFunction · 0.90
MemoryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected