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

Function toMillis

lib/tracker/request-logger.js:163–165  ·  view source on GitHub ↗
(latency)

Source from the content-addressed store, hash-verified

161}
162
163function toMillis(latency) {
164 return latency[0] * 1000 + latency[1] / nanosToMillis;
165}
166
167function getStatementInfo(query, parameters, execOptions, options) {
168 const maxQueryLength = options.messageMaxQueryLength || defaultMessageMaxQueryLength;

Callers 6

onSuccessMethod · 0.85
_logSlowMethod · 0.85
_logLargeRequestMethod · 0.85
_logNormalRequestMethod · 0.85
_logLargeErrorRequestMethod · 0.85
_logErrorRequestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected