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

Method readInetAddress

lib/readers.js:293–296  ·  view source on GitHub ↗

* Reads an Ip address * @returns {InetAddress}

()

Source from the content-addressed store, hash-verified

291 * @returns {InetAddress}
292 */
293 readInetAddress() {
294 const length = this.readByte();
295 return new types.InetAddress(this.read(length));
296 }
297
298 /**
299 * Reads the body bytes corresponding to the flags

Callers

nothing calls this directly

Calls 2

readByteMethod · 0.95
readMethod · 0.95

Tested by

no test coverage detected