MCPcopy Create free account
hub / github.com/Effect-TS/effect / Chunk.ts

File Chunk.ts

packages/effect/src/Chunk.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Stores many values in an immutable ordered collection.
3 *
4 * A `Chunk<A>` is useful when you need to build or transform collections

Callers

nothing calls this directly

Calls 15

pipeFunction · 0.90
makeChunkFunction · 0.85
appendAllFunction · 0.85
predicateFunction · 0.85
fromArrayUnsafeFunction · 0.85
someMethod · 0.80
pushMethod · 0.80
filterMethod · 0.80
makeEquivalenceFunction · 0.70
getUnsafeFunction · 0.70
ofFunction · 0.70
takeFunction · 0.70

Tested by

no test coverage detected