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

Function useFormContext

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

Source from the content-addressed store, hash-verified

208}
209
210export function useFormContext() {
211 return useContext(FormContext);
212}
213
214export function useConfigContext() {
215 return useContext(ConfigContext);

Callers 15

_OutputVariableRowFunction · 0.90
FormItemRenderTypeFunction · 0.90
FormItemSelectValueFunction · 0.90
FormItemFieldTypeFunction · 0.90
_ModelFormFunction · 0.90
TextExtractionInputTitleFunction · 0.90
_TextExtractionSchemaFunction · 0.90
_RequestConfigFunction · 0.90
RequestUrlConfigFunction · 0.90
_AuthenticationModalFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected