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

Function getMarkerClient

apps/sim/lib/logs/execution/progress-markers.ts:30–32  ·  view source on GitHub ↗

* Single source of the client used for progress markers. Indirection kept so a * future split to a dedicated `LOGS_REDIS_URL` is a one-line change here.

()

Source from the content-addressed store, hash-verified

28 * future split to a dedicated `LOGS_REDIS_URL` is a one-line change here.
29 */
30function getMarkerClient() {
31 return getRedisClient()
32}
33
34function markerKey(executionId: string): string {
35 return `${PROGRESS_KEY_PREFIX}${executionId}`

Callers 3

setMarkerFunction · 0.85
getProgressMarkersFunction · 0.85
clearProgressMarkersFunction · 0.85

Calls 1

getRedisClientFunction · 0.90

Tested by

no test coverage detected