MCPcopy Create free account
hub / github.com/Effect-TS/effect / layer

Function layer

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 15

makeTransactionProtoFunction · 0.85
contextMethod · 0.80
addObserverMethod · 0.80
abortMethod · 0.80
joinMethod · 0.80
addFinalizerMethod · 0.80
pipeMethod · 0.65
makeMethod · 0.65
setMethod · 0.65
forEachMethod · 0.65
flushMethod · 0.65
closeMethod · 0.65

Tested by

no test coverage detected