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

Function pipe

packages/effect/src/unstable/reactivity/AsyncResult.ts:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 A: identity
116 },
117 pipe() {
118 return pipeArguments(this, arguments)
119 },
120 [Equal.symbol](this: AsyncResult<any, any>, that: AsyncResult<any, any>): boolean {
121 if (this._tag !== that._tag || this.waiting !== that.waiting) {
122 return false

Callers 1

Atom.tsFile · 0.90

Calls 1

pipeArgumentsFunction · 0.90

Tested by

no test coverage detected