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

Function read

apps/cloud/src/api.request-scope.node.test.ts:365–369  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

363 );
364 const executor = yield* ExecutorService;
365 const read = () =>
366 executor.connections.list().pipe(
367 Effect.as("ok" as const),
368 Effect.catchCause(() => Effect.succeed("failed" as const)),
369 );
370
371 // The handle this request acquired for itself, whatever order the
372 // request fibers happened to acquire in.

Callers 1

makeStackProbeRoutesFunction · 0.70

Calls 1

listMethod · 0.65

Tested by

no test coverage detected