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

Function getUint32

index-native.cjs:4318–4320  ·  view source on GitHub ↗
(view, offset)

Source from the content-addressed store, hash-verified

4316}
4317
4318function getUint32(view, offset) {
4319 return view.getUint32(offset, true);
4320}
4321
4322function getBigUint64(view, offset) {
4323 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…