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

Function markerKey

apps/sim/lib/logs/execution/progress-markers.ts:34–36  ·  view source on GitHub ↗
(executionId: string)

Source from the content-addressed store, hash-verified

32}
33
34function markerKey(executionId: string): string {
35 return `${PROGRESS_KEY_PREFIX}${executionId}`
36}
37
38/**
39 * Atomic monotonic write: set the field only when the incoming marker's embedded

Callers 3

setMarkerFunction · 0.85
getProgressMarkersFunction · 0.85
clearProgressMarkersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected