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

Function layer

repos/effect/packages/platform-browser/src/IndexedDbDatabase.ts:66–68  ·  view source on GitHub ↗
(this: IndexedDbSchema<any, any, any>, databaseName: string)

Source from the content-addressed store, hash-verified

64 })
65 },
66 layer(this: IndexedDbSchema<any, any, any>, databaseName: string) {
67 return layer(databaseName, this)
68 }
69}
70
71/**

Callers

nothing calls this directly

Calls 14

makeTransactionProtoFunction · 0.85
joinMethod · 0.80
addFinalizerMethod · 0.80
closeMethod · 0.80
pipeMethod · 0.65
contextMethod · 0.65
makeMethod · 0.65
setMethod · 0.65
forEachMethod · 0.65
flushMethod · 0.65
ofMethod · 0.65
resumeFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…