| 958 | void RequestGroup::increaseStreamCommand() { ++numStreamCommand_; } |
| 959 | |
| 960 | void RequestGroup::decreaseStreamCommand() { --numStreamCommand_; } |
| 961 | |
| 962 | void RequestGroup::increaseStreamConnection() { ++numStreamConnection_; } |
| 963 |
no outgoing calls
no test coverage detected