Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
237
export
function
DiskStoreLayer(config: StorageConfig, dir: string) {
238
return
StoreMaker.toLayer(makeDiskStore(config, dir))
239
}
Callers
1
StoreMakerLayer
Function · 0.90
Calls
2
makeDiskStore
Function · 0.85
toLayer
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…