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

Function isServerReachable

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

Source from the content-addressed store, hash-verified

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