| 1375 | { |
| 1376 | operationResult = result.isValid(); |
| 1377 | if (outResult != nullptr) |
| 1378 | { |
| 1379 | outResult->numBytes = result.completionData.numBytes; |
| 1380 | } |
| 1381 | continuation.resume(); |
| 1382 | }; |
| 1383 |
nothing calls this directly
no outgoing calls
no test coverage detected