MCPcopy Create free account
hub / github.com/effect-app/libs / testRunnerAddress

Function testRunnerAddress

packages/infra/test/cluster-cosmos.test.ts:519–519  ·  view source on GitHub ↗
(offset: number)

Source from the content-addressed store, hash-verified

517const testShardGroup = (label: string) => `cluster-cosmos-${testRunId}-${label}`
518
519const testRunnerAddress = (offset: number) => RunnerAddress.make("localhost", runnerPortBase + offset)
520
521const runnerStatus = (
522 runners: ReadonlyArray<readonly [Runner.Runner, boolean]>,

Callers 3

clusterRpcLayerFunction · 0.70
clusterWorkflowLayerFunction · 0.70

Calls 1

makeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…