Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
57
export
const
proto = {
58
[LayerTypeId]: layerVariance,
59
pipe() {
60
return
pipeArguments(this, arguments)
61
}
62
}
63
64
/** @internal */
Callers
8
getOrElseMemoize
Method · 0.70
makeBuilder
Function · 0.70
launch
Function · 0.70
layer.ts
File · 0.70
retryLoop
Function · 0.70
retryUpdate
Function · 0.70
scopedDiscard
Function · 0.70
toRuntime
Function · 0.70
Calls
1
pipeArguments
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…