MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / AwaitSocketSendAllAwaiter

Method AwaitSocketSendAllAwaiter

Libraries/Await/Await.cpp:1377–1380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1375 {
1376 operationResult = result.isValid();
1377 if (outResult != nullptr)
1378 {
1379 outResult->numBytes = result.completionData.numBytes;
1380 }
1381 continuation.resume();
1382 };
1383

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected