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

Method cleanupOrphanedSnapshots

apps/sim/lib/logs/types.ts:425–425  ·  view source on GitHub ↗
(olderThanDays: number)

Source from the content-addressed store, hash-verified

423 getSnapshot(id: string): Promise<WorkflowExecutionSnapshot | null>
424 computeStateHash(state: WorkflowState): string
425 cleanupOrphanedSnapshots(olderThanDays: number): Promise<number>
426}
427
428export interface SnapshotCreationResult {

Callers 2

service.test.tsFile · 0.65

Implementers 1

SnapshotServiceapps/sim/lib/logs/execution/snapshot/s

Calls

no outgoing calls

Tested by

no test coverage detected