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

Function pipe

packages/effect/src/internal/fiber.ts:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38const fiberProto = {
39 [FiberTypeId]: fiberVariance,
40 pipe() {
41 return pipeArguments(this, arguments)
42 }
43}
44
45/** @internal */

Callers 2

fiber.tsFile · 0.70
interruptAllFunction · 0.70

Calls 1

pipeArgumentsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…