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

Function createUpdateChain

apps/sim/lib/workspaces/lifecycle.test.ts:30–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28import { archiveWorkspace } from './lifecycle'
29
30function createUpdateChain() {
31 return {
32 set: vi.fn().mockReturnValue({
33 where: vi.fn().mockResolvedValue([]),
34 }),
35 }
36}
37
38describe('workspace lifecycle', () => {
39 beforeEach(() => {

Callers 1

lifecycle.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected