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

Method getInFlight

lib/host.js:371–373  ·  view source on GitHub ↗

* Internal method that gets the amount of in-flight requests on all connections to the host. * @internal * @ignore

()

Source from the content-addressed store, hash-verified

369 * @ignore
370 */
371 getInFlight() {
372 return this.pool.getInFlight();
373 }
374
375 /**
376 * Validates that the internal state of the connection pool.

Callers 6

_healthCheckMethod · 0.45
_compareMethod · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected