function writeUint32()
in
src/index.js [326:329]
4
lines of code
1
McCabe index (conditional complexity)
function writeUint32(d) { dv.setUint32(p, d, true); p += 4; }