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

Method add

lib/writers.js:42–45  ·  view source on GitHub ↗
(buf)

Source from the content-addressed store, hash-verified

40 }
41
42 add(buf) {
43 this.buffers.push(buf);
44 this.bodyLength += buf.length;
45 }
46
47 writeShort(num) {
48 const buf = utils.allocBufferUnsafe(2);

Callers 8

writeShortMethod · 0.95
writeIntMethod · 0.95
writeLongMethod · 0.95
writeBytesMethod · 0.95
writeShortBytesMethod · 0.95
writeByteMethod · 0.95
writeStringMethod · 0.95
writeLStringMethod · 0.95

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected