MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / useInnerStep

Function useInnerStep

yaml-flow-editor/src/contexts/InnerStepContext.tsx:48–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48export function useInnerStep() {
49 const context = useContext(InnerStepContext);
50 if (!context) {
51 throw new Error('useInnerStep must be used within InnerStepProvider');
52 }
53 return context;
54}
55

Callers 7

App.tsxFile · 0.90
InnerStepConfigPanelFunction · 0.90
SwitchContainerNodeFunction · 0.90
ParallelNodeFunction · 0.90
WhileContainerNodeFunction · 0.90
ForEachContainerNodeFunction · 0.90
IfContainerNodeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected