MCPcopy Create free account
hub / github.com/effect-app/libs / byIdAndSaveWithPure

Function byIdAndSaveWithPure

packages/effect-app/src/Model/Repository/ext.ts:227–227  ·  view source on GitHub ↗
(id, pure)

Source from the content-addressed store, hash-verified

225 <R, A, E, S2 extends T>(
226 id: T[IdKey],
227 pure: Effect.Effect<A, E, FixEnv<R, Evt, T, S2>>
228 ): Effect.Effect<
229 A,
230 PureStoreError | NotFoundError<ItemType> | E,

Callers

nothing calls this directly

Calls 3

saveWithPure_Function · 0.85
getFunction · 0.70
pipeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…