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

Function DiskStoreLayer

packages/infra/src/Store/Disk.ts:237–239  ·  view source on GitHub ↗
(config: StorageConfig, dir: string)

Source from the content-addressed store, hash-verified

235}
236
237export function DiskStoreLayer(config: StorageConfig, dir: string) {
238 return StoreMaker.toLayer(makeDiskStore(config, dir))
239}

Callers 1

StoreMakerLayerFunction · 0.90

Calls 2

makeDiskStoreFunction · 0.85
toLayerMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…