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

Function connectionsGet

packages/core/sdk/src/executor.ts:4669–4670  ·  view source on GitHub ↗
(ref: ConnectionRef)

Source from the content-addressed store, hash-verified

4667 });
4668
4669 const connectionsGet = (ref: ConnectionRef): Effect.Effect<Connection | null, StorageFailure> =>
4670 findConnectionRow(ref).pipe(Effect.map((row) => (row ? rowToConnection(row) : null)));
4671
4672 const connectionsUpdate = (
4673 ref: ConnectionRef,

Callers 1

createExecutorFunction · 0.85

Calls 2

findConnectionRowFunction · 0.85
rowToConnectionFunction · 0.85

Tested by

no test coverage detected