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

Method initializePool

lib/host.js:315–317  ·  view source on GitHub ↗

* Starts creating the pool in the background. * @internal * @ignore

()

Source from the content-addressed store, hash-verified

313 * @ignore
314 */
315 initializePool() {
316 this.pool.increaseSize();
317 }
318 /**
319 * Gets any connection that is already opened or null if not found.
320 * @returns {Connection}

Callers 1

client.jsFile · 0.80

Calls 1

increaseSizeMethod · 0.80

Tested by

no test coverage detected