MCPcopy
hub / github.com/gildas-lormeau/zip.js / getOptionValue$1

Function getOptionValue$1

index-native.cjs:4293–4295  ·  view source on GitHub ↗
(zipReader, options, name)

Source from the content-addressed store, hash-verified

4291}
4292
4293function getOptionValue$1(zipReader, options, name) {
4294 return options[name] === UNDEFINED_VALUE ? zipReader.options[name] : options[name];
4295}
4296
4297function getDate(timeRaw) {
4298 const date = (timeRaw & 0xffff0000) >> 16, time = timeRaw & MAX_16_BITS;

Callers 2

getEntriesGeneratorMethod · 0.70
getDataMethod · 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…