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

Method computeStateHash

apps/sim/lib/logs/types.ts:424–424  ·  view source on GitHub ↗
(state: WorkflowState)

Source from the content-addressed store, hash-verified

422 createSnapshot(workflowId: string, state: WorkflowState): Promise<WorkflowExecutionSnapshot>
423 getSnapshot(id: string): Promise<WorkflowExecutionSnapshot | null>
424 computeStateHash(state: WorkflowState): string
425 cleanupOrphanedSnapshots(olderThanDays: number): Promise<number>
426}
427

Callers 1

service.test.tsFile · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected