MCPcopy Create free account
hub / github.com/apache/cassandra-nodejs-driver / writeShort

Method writeShort

lib/writers.js:47–51  ·  view source on GitHub ↗
(num)

Source from the content-addressed store, hash-verified

45 }
46
47 writeShort(num) {
48 const buf = utils.allocBufferUnsafe(2);
49 buf.writeUInt16BE(num, 0);
50 this.add(buf);
51 }
52
53 writeInt(num) {
54 const buf = utils.allocBufferUnsafe(4);

Callers 7

writeMethod · 0.95
writeMethod · 0.95
writeShortBytesMethod · 0.95
writeStringListMethod · 0.95
writeCustomPayloadMethod · 0.95
writeStringMapMethod · 0.95
writeQueryParametersMethod · 0.80

Calls 1

addMethod · 0.95

Tested by

no test coverage detected