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

Method readByte

lib/readers.js:138–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136 }
137
138 readByte() {
139 const result = this.buf.readUInt8(this.offset);
140 this.offset += 1;
141 return result;
142 }
143
144 readString() {
145 const length = this.readShort();

Callers 3

readInetMethod · 0.95
readInetAddressMethod · 0.95
readErrorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected