Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ pipe
Function
pipe
packages/effect/src/Sink.ts:184–186 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
182
const
SinkProto = {
183
[TypeId]: sinkVariance,
184
pipe() {
185
return
pipeArguments(this, arguments)
186
}
187
}
188
189
/**
Callers
15
Effect.tst.ts
File · 0.90
Channel.tst.ts
File · 0.90
Graph.tst.ts
File · 0.90
Result.tst.ts
File · 0.90
Stream.tst.ts
File · 0.90
Struct.tst.ts
File · 0.90
Option.tst.ts
File · 0.90
Predicate.tst.ts
File · 0.90
Tuple.tst.ts
File · 0.90
FiberSet.test.ts
File · 0.90
Equivalence.test.ts
File · 0.90
Option.test.ts
File · 0.90
Calls
1
pipeArguments
Function · 0.90
Tested by
3
assertOrElse
Function · 0.72
getNameByIdPiped
Function · 0.40
interleave
Function · 0.40