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

Method decrementOperationCount

src/sdam/server.ts:520–522  ·  view source on GitHub ↗

* Decrement the operation count, returning the new count.

()

Source from the content-addressed store, hash-verified

518 * Decrement the operation count, returning the new count.
519 */
520 private decrementOperationCount(): number {
521 return (this.s.operationCount -= 1);
522 }
523
524 /**
525 * Increment the operation count, returning the new count.

Callers 2

commandMethod · 0.95
cleanupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected