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

Function getBigUint64

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

Source from the content-addressed store, hash-verified

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

Callers 2

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