function writeUint16()
in
src/index.js [331:334]
4
lines of code
1
McCabe index (conditional complexity)
function writeUint16(d) { dv.setUint16(p, d, true); p += 2; }