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

Method write

lib/requests.js:523–526  ·  view source on GitHub ↗
(encoder, streamId)

Source from the content-addressed store, hash-verified

521class OptionsRequest extends Request {
522
523 write(encoder, streamId) {
524 const frameWriter = new FrameWriter(types.opcodes.options);
525 return frameWriter.write(encoder.protocolVersion, streamId, 0);
526 }
527
528 clone() {
529 // since options has no unique state, simply return self.

Callers

nothing calls this directly

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected