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

Function isServerReachable

apps/cli/src/main.ts:225–226  ·  view source on GitHub ↗
(baseUrl: string)

Source from the content-addressed store, hash-verified

223// ---------------------------------------------------------------------------
224
225const isServerReachable = (baseUrl: string): Effect.Effect<boolean> =>
226 isExecutorServerReachable({ baseUrl });
227
228const readReachableLocalServerHint = (): Effect.Effect<
229 ExecutorLocalServerManifest | null,

Callers 13

resolveDaemonTargetFunction · 0.85
spawnDaemonAsLockHolderFunction · 0.85
ensureDaemonFunction · 0.85
stopDaemonFunction · 0.85
runDaemonSessionFunction · 0.85
runBackgroundDaemonStartFunction · 0.85
main.tsFile · 0.85

Calls 1

Tested by

no test coverage detected