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

Method writeStringList

lib/writers.js:127–130  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

125 }
126
127 writeStringList(values) {
128 this.writeShort(values.length);
129 values.forEach(this.writeString, this);
130 }
131
132 writeCustomPayload(payload) {
133 const keys = Object.keys(payload);

Callers 1

writeMethod · 0.95

Calls 2

writeShortMethod · 0.95
forEachMethod · 0.65

Tested by

no test coverage detected