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

Function pipe

packages/platform/browser/src/IndexedDbVersion.ts:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89const Proto = {
90 [TypeId]: TypeId,
91 pipe() {
92 return pipeArguments(this, arguments)
93 }
94}
95
96const makeProto = <Tables extends IndexedDbTable.AnyWithProps>(options: {

Callers

nothing calls this directly

Calls 1

pipeArgumentsFunction · 0.90

Tested by

no test coverage detected