| 230 | |
| 231 | for(int i = 0; i < count; i++) { |
| 232 | struct CudaDeviceResult *rPtr = &((struct CudaDeviceResult *)ptr)[i]; |
| 233 | |
| 234 | // might be false-positive |
| 235 | if(!isTargetInList(rPtr->digest)) { |
nothing calls this directly
no outgoing calls
no test coverage detected