MCPcopy
hub / github.com/vercel/next.js / swap32LE

Function swap32LE

packages/next/src/compiled/@vercel/og/index.edge.js:303–307  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

301 }
302 };
303 var swap32LE = (array) => {
304 if (isBigEndian) {
305 swap32(array);
306 }
307 };
308 module.exports = {
309 swap32LE
310 };

Callers 1

constructorMethod · 0.70

Calls 1

swap32Function · 0.70

Tested by

no test coverage detected