MCPcopy Create free account
hub / github.com/Effect-TS/effect / pipe

Method pipe

packages/effect/src/PubSub.ts:1909–1911  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1907 }
1908
1909 pipe() {
1910 return pipeArguments(this, arguments)
1911 }
1912
1913 isEmpty(): boolean {
1914 return this.subscribers === 0

Callers

nothing calls this directly

Calls 1

pipeArgumentsFunction · 0.90

Tested by

no test coverage detected