MCPcopy
hub / github.com/gildas-lormeau/zip.js / getChunkSize

Function getChunkSize

index-native.cjs:163–165  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

161}
162
163function getChunkSize(config) {
164 return Math.max(config.chunkSize, MINIMUM_CHUNK_SIZE);
165}
166
167function configure(configuration) {
168 const {

Callers 2

getEntriesGeneratorMethod · 0.70
createFileEntryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…