MCPcopy Create free account
hub / github.com/ShipSecAI/studio / workflowUiStore.ts

File workflowUiStore.ts

frontend/src/store/workflowUiStore.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { create } from 'zustand';
2import { persist } from 'zustand/middleware';
3
4export type WorkflowMode = 'design' | 'execution';

Callers

nothing calls this directly

Calls 1

createFunction · 0.50

Tested by

no test coverage detected