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

Function read

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

Source from the content-addressed store, hash-verified

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

Callers 1

makeStackProbeRoutesFunction · 0.70

Calls 1

listMethod · 0.65

Tested by

no test coverage detected