MCPcopy Index your code
hub / github.com/Effect-TS/effect / encodeRunnerAddress

Function encodeRunnerAddress

packages/cluster/src/RunnerStorage.ts:218–218  ·  view source on GitHub ↗
(runnerAddress: RunnerAddress)

Source from the content-addressed store, hash-verified

216// -------------------------------------------------------------------------------------
217
218const encodeRunnerAddress = (runnerAddress: RunnerAddress) => `${runnerAddress.host}:${runnerAddress.port}`

Callers 3

makeEncodedFunction · 0.85
releaseFunction · 0.85
releaseAllFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected