MCPcopy Index your code
hub / github.com/simstudioai/sim / seedStatus

Function seedStatus

apps/sim/stores/workflow-diff/store.test.ts:90–92  ·  view source on GitHub ↗
(status: WorkflowDiffStatus)

Source from the content-addressed store, hash-verified

88} from '@/stores/workflow-diff/types'
89
90function seedStatus(status: WorkflowDiffStatus): void {
91 useWorkflowDiffStore.setState(deriveDiffFlags(status))
92}
93
94describe('useWorkflowDiffStore status modeling', () => {
95 beforeEach(() => {

Callers 1

store.test.tsFile · 0.85

Calls 1

deriveDiffFlagsFunction · 0.90

Tested by

no test coverage detected