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

Function ownerRedisKey

apps/sim/lib/execution/isolated-vm.ts:341–343  ·  view source on GitHub ↗
(ownerKey: string)

Source from the content-addressed store, hash-verified

339}
340
341function ownerRedisKey(ownerKey: string): string {
342 return `${DISTRIBUTED_KEY_PREFIX}:${ownerKey}`
343}
344
345type LeaseAcquireResult = 'acquired' | 'limit_exceeded' | 'unavailable'
346

Callers 2

releaseDistributedLeaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected