MCPcopy Create free account
hub / github.com/cxapython/catvm / readUInt32BE

Function readUInt32BE

xiaohongshu/test.js:461–463  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

459 'unpack': function(e, t) {
460 console.log(t)
461 function readUInt32BE(e) {
462 return 16777216 * t[e] + (t[e + 1] << 16 | t[e + 2] << 8 | t[e + 3])
463 }
464 var result = [readUInt32BE(0, !0)]
465 return result
466 },

Callers 1

test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected