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

Function connectionsGet

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

Source from the content-addressed store, hash-verified

2600 });
2601
2602 const connectionsGet = (ref: ConnectionRef): Effect.Effect<Connection | null, StorageFailure> =>
2603 findConnectionRow(ref).pipe(Effect.map((row) => (row ? rowToConnection(row) : null)));
2604
2605 const connectionsUpdate = (
2606 ref: ConnectionRef,

Callers 1

createExecutorFunction · 0.85

Calls 2

findConnectionRowFunction · 0.85
rowToConnectionFunction · 0.85

Tested by

no test coverage detected