Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
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
38
const
fiberProto = {
39
[FiberTypeId]: fiberVariance,
40
pipe() {
41
return
pipeArguments(this, arguments)
42
}
43
}
44
45
/** @internal */
Callers
2
fiber.ts
File · 0.70
interruptAll
Function · 0.70
Calls
1
pipeArguments
Function · 0.85
Tested by
no test coverage detected