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

Function addOwnerToRing

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

Source from the content-addressed store, hash-verified

475}
476
477function addOwnerToRing(ownerKey: string) {
478 if (queuedOwnerRing.includes(ownerKey)) return
479 queuedOwnerRing.push(ownerKey)
480}
481
482function removeOwnerFromRing(ownerKey: string) {
483 const idx = queuedOwnerRing.indexOf(ownerKey)

Callers 1

pushQueuedExecutionFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected