Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ pipe
Function
pipe
packages/effect/src/Chunk.ts:212–214 ·
view source on GitHub ↗
(this: Chunk<A>)
Source
from the content-addressed store, hash-verified
210
}
211
},
212
pipe<A>(this: Chunk<A>) {
213
return
pipeArguments(this, arguments)
214
}
215
}
216
217
const
makeChunk = <A>(backing: Backing<A>): Chunk<A> => {
Callers
2
Chunk.ts
File · 0.90
separate
Function · 0.90
Calls
1
pipeArguments
Function · 0.90
Tested by
no test coverage detected