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

Interface HistoryState

yaml-flow-editor/src/hooks/useHistory.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { FlowNode, FlowEdge } from '../types';
3
4interface HistoryState {
5 nodes: FlowNode[];
6 edges: FlowEdge[];
7}
8
9interface UseHistoryOptions {
10 maxHistorySize?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected