MCPcopy
hub / github.com/Effect-TS/effect / pipe

Function pipe

packages/effect/src/internal/layer.ts:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57export const proto = {
58 [LayerTypeId]: layerVariance,
59 pipe() {
60 return pipeArguments(this, arguments)
61 }
62}
63
64/** @internal */

Callers 8

getOrElseMemoizeMethod · 0.70
makeBuilderFunction · 0.70
launchFunction · 0.70
layer.tsFile · 0.70
retryLoopFunction · 0.70
retryUpdateFunction · 0.70
scopedDiscardFunction · 0.70
toRuntimeFunction · 0.70

Calls 1

pipeArgumentsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…