MCPcopy Create free account
hub / github.com/effect-app/libs / pipe

Function pipe

repos/effect/packages/effect/src/unstable/reactivity/AsyncResult.ts:116–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 E: identity,
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) {

Callers 1

Atom.tsFile · 0.90

Calls 1

pipeArgumentsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…