MCPcopy Index your code
hub / github.com/Effect-TS/effect / pipe

Function pipe

packages/effect/src/internal/core.ts:1606–1608  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1604 label: "ALL",
1605 ordinal: Number.MIN_SAFE_INTEGER,
1606 pipe() {
1607 return pipeArguments(this, arguments)
1608 }
1609}
1610
1611/** @internal */

Callers 15

core-effect.tsFile · 0.70
[Hash.symbol]Method · 0.70
refreshMethod · 0.70
lookupValueOfMethod · 0.70
sink.tsFile · 0.70
collectAllLoopFunction · 0.70
collectAllFromFunction · 0.70
collectAllToMapFunction · 0.70
collectAllToMapNFunction · 0.70
collectAllToSetFunction · 0.70
collectAllUntilFunction · 0.70
collectAllUntilEffectFunction · 0.70

Calls 1

pipeArgumentsFunction · 0.85

Tested by

no test coverage detected