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

Method write

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

Source from the content-addressed store, hash-verified

377 }
378
379 write(encoder, streamId) {
380 const frameWriter = new FrameWriter(types.opcodes.authResponse);
381 frameWriter.writeBytes(this.token);
382 return frameWriter.write(encoder.protocolVersion, streamId);
383 }
384}
385
386/**

Callers

nothing calls this directly

Calls 2

writeBytesMethod · 0.95
writeMethod · 0.95

Tested by

no test coverage detected