MCPcopy
hub / github.com/mongodb/node-mongodb-native / incrementOperationCount

Method incrementOperationCount

src/sdam/server.ts:527–529  ·  view source on GitHub ↗

* Increment the operation count, returning the new count.

()

Source from the content-addressed store, hash-verified

525 * Increment the operation count, returning the new count.
526 */
527 private incrementOperationCount(): number {
528 return (this.s.operationCount += 1);
529 }
530}
531
532function markServerUnknown(server: Server, error?: MongoError) {

Callers 1

commandMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected