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

Function bulkSet

packages/infra/src/Store/Cosmos.ts:301–302  ·  view source on GitHub ↗
(items: NonEmptyReadonlyArray<PM>)

Source from the content-addressed store, hash-verified

299 )
300
301 const bulkSet = (items: NonEmptyReadonlyArray<PM>) =>
302 resolveNamespace.pipe(Effect.flatMap((ns) => bulkSetInternal(items, ns)))
303
304 const batchSet = (items: NonEmptyReadonlyArray<PM>) => {
305 return resolveNamespace

Callers

nothing calls this directly

Calls 2

bulkSetInternalFunction · 0.70
pipeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…