Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ pipe
Method
pipe
packages/effect/test/Sink/constructors.test.ts:114–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
}
113
114
pipe() {
115
return
pipeArguments(this, arguments)
116
}
117
118
unsafeOffer(value: A): boolean {
119
return
Queue.unsafeOffer(this.backingQueue, value)
Callers
nothing calls this directly
Calls
1
pipeArguments
Function · 0.90
Tested by
no test coverage detected