Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ pipe
Method
pipe
packages/effect/src/PubSub.ts:2275–2277 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2273
}
2274
2275
pipe() {
2276
return
pipeArguments(this, arguments)
2277
}
2278
}
2279
2280
class
PubSubImpl<in out A> implements PubSub<A> {
Callers
nothing calls this directly
Calls
1
pipeArguments
Function · 0.90
Tested by
no test coverage detected