MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / daemonBaseUrl

Function daemonBaseUrl

apps/cli/src/main.ts:337–338  ·  view source on GitHub ↗
(hostname: string, port: number)

Source from the content-addressed store, hash-verified

335 });
336
337const daemonBaseUrl = (hostname: string, port: number): string =>
338 `http://${canonicalDaemonHost(hostname)}:${port}`;
339
340const makeLocalServerManifest = (input: {
341 readonly kind: ExecutorLocalServerKind;

Callers 5

resolveDaemonTargetFunction · 0.85
spawnDaemonAsLockHolderFunction · 0.85
spawnAndWaitForDaemonFunction · 0.85
runDaemonSessionFunction · 0.85
runBackgroundDaemonStartFunction · 0.85

Calls 1

canonicalDaemonHostFunction · 0.90

Tested by

no test coverage detected