MCPcopy 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
217const makeChunk = <A>(backing: Backing<A>): Chunk<A> => {

Callers 2

Chunk.tsFile · 0.90
separateFunction · 0.90

Calls 1

pipeArgumentsFunction · 0.90

Tested by

no test coverage detected