| 253 | } |
| 254 | |
| 255 | void addInputVector(uint64_t bytes, uint64_t positions) { |
| 256 | inputBytes += bytes; |
| 257 | inputPositions += positions; |
| 258 | inputVectors += 1; |
| 259 | } |
| 260 | |
| 261 | void addOutputVector(uint64_t bytes, uint64_t positions) { |
| 262 | outputBytes += bytes; |
no outgoing calls
no test coverage detected