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