Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ createUpdateChain
Function
createUpdateChain
apps/sim/lib/workflows/lifecycle.test.ts:61–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
function
createUpdateChain() {
62
return
{
63
set: vi.fn().mockReturnValue({
64
where: vi.fn().mockResolvedValue([]),
65
}),
66
}
67
}
68
69
describe(
'workflow lifecycle'
, () => {
70
beforeEach(() => {
Callers
1
lifecycle.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected