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

Method run

lib/writers.js:222–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220 }
221
222 run() {
223 if (!this.isRunning && this.canWrite) {
224 this.isRunning = true;
225 // Use nextTick to allow the queue to build up on the current phase
226 process.nextTick(() => this.process());
227 }
228 }
229
230 process() {
231 if (this.error) {

Callers 2

constructorMethod · 0.95
pushMethod · 0.95

Calls 1

processMethod · 0.95

Tested by

no test coverage detected