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

Method write

lib/requests.js:84–86  ·  view source on GitHub ↗

* @abstract * @param {Encoder} encoder * @param {Number} streamId * @throws {TypeError} * @returns {Buffer}

(encoder, streamId)

Source from the content-addressed store, hash-verified

82 * @returns {Buffer}
83 */
84 write(encoder, streamId) {
85 throw new Error('Method must be implemented');
86 }
87
88 /**
89 * Creates a new instance using the same constructor as the current instance, copying the properties.

Callers 2

requests.jsFile · 0.45
runner.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected