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

Method write

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

Source from the content-addressed store, hash-verified

360 }
361
362 write(encoder, streamId) {
363 const frameWriter = new FrameWriter(types.opcodes.register);
364 frameWriter.writeStringList(this.events);
365 return frameWriter.write(encoder.protocolVersion, streamId);
366 }
367}
368
369/**

Callers

nothing calls this directly

Calls 2

writeStringListMethod · 0.95
writeMethod · 0.95

Tested by

no test coverage detected