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

Function isServerReachable

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

Source from the content-addressed store, hash-verified

228// ---------------------------------------------------------------------------
229
230const isServerReachable = (baseUrl: string): Effect.Effect<boolean> =>
231 isExecutorServerReachable({ baseUrl });
232
233const readReachableLocalServerHint = (): Effect.Effect<
234 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