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

Function pipe

packages/effect/src/internal/core.ts:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65/** @internal */
66export const PipeInspectableProto = {
67 pipe() {
68 return pipeArguments(this, arguments)
69 },
70 toJSON(this: any) {
71 return { ...this }
72 },

Callers 3

[Equal_.symbol]Method · 0.90
provideMethod · 0.90
provideMethod · 0.90

Calls 1

pipeArgumentsFunction · 0.90

Tested by

no test coverage detected