Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ pipe
Function
pipe
packages/effect/src/Chunk.ts:160–162 ·
view source on GitHub ↗
(this: Chunk<A>)
Source
from the content-addressed store, hash-verified
158
}
159
},
160
pipe<A>(this: Chunk<A>) {
161
return
pipeArguments(this, arguments)
162
}
163
}
164
165
const
makeChunk = <A>(backing: Backing<A>): Chunk<A> => {
Callers
2
Chunk.ts
File · 0.70
separate
Function · 0.70
Calls
1
pipeArguments
Function · 0.85
Tested by
no test coverage detected