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

Function getUint32

index.cjs:4322–4324  ·  view source on GitHub ↗
(view, offset)

Source from the content-addressed store, hash-verified

4320}
4321
4322function getUint32(view, offset) {
4323 return view.getUint32(offset, true);
4324}
4325
4326function getBigUint64(view, offset) {
4327 return Number(view.getBigUint64(offset, true));

Callers 7

getEntriesGeneratorMethod · 0.70
getDataMethod · 0.70
readCommonHeaderFunction · 0.70
readCommonFooterFunction · 0.70
readExtraFieldUnicodeFunction · 0.70
detectOverlappingEntryFunction · 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…