MCPcopy
hub / github.com/Effect-TS/effect / pipe

Function pipe

packages/rpc/src/Rpc.ts:534–536  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

532const Proto = {
533 [TypeId]: TypeId,
534 pipe() {
535 return pipeArguments(this, arguments)
536 },
537 setSuccess(
538 this: AnyWithProps,
539 successSchema: Schema.Schema.Any

Callers 15

Foldable.test.tsFile · 0.50
Semigroup.test.tsFile · 0.50
FlatMap.test.tsFile · 0.50
Invariant.test.tsFile · 0.50
Covariant.test.tsFile · 0.50
productManyFromApFunction · 0.50
assertSameResultFunction · 0.50
Chainable.test.tsFile · 0.50

Calls 1

pipeArgumentsFunction · 0.90

Tested by 2

productManyFromApFunction · 0.40
assertSameResultFunction · 0.40