MCPcopy Index your code
hub / github.com/nodejs/node / writeInt16BE

Function writeInt16BE

lib/internal/buffer.js:899–901  ·  view source on GitHub ↗
(value, offset = 0)

Source from the content-addressed store, hash-verified

897}
898
899function writeInt16BE(value, offset = 0) {
900 return writeU_Int16BE(this, value, offset, -0x8000, 0x7fff);
901}
902
903// Write floats.
904function writeDoubleForwards(val, offset = 0) {

Callers

nothing calls this directly

Calls 1

writeU_Int16BEFunction · 0.85

Tested by

no test coverage detected