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

Function bulkSetInternal

packages/infra/src/Store/SQL/Pg.ts:129–135  ·  view source on GitHub ↗
(items: NonEmptyReadonlyArray<PM>, ns: string)

Source from the content-addressed store, hash-verified

127 found: e._etag,
128 code: 412
129 })
130 }
131 return yield* new OptimisticConcurrencyException({
132 type: name,
133 id: row.id,
134 current: "",
135 found: e._etag,
136 code: 404
137 })
138 }

Callers 1

Pg.tsFile · 0.70

Calls 3

pipeMethod · 0.65
forEachMethod · 0.65
mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…