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

Callers 2

Chunk.tsFile · 0.70
separateFunction · 0.70

Calls 1

pipeArgumentsFunction · 0.85

Tested by

no test coverage detected