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

Method findNextBuffer

Libraries/Await/Await.cpp:1551–1563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1549 if (not findNextBuffer())
1550 {
1551 return false;
1552 }
1553 operationResult = startCurrentBuffer();
1554 return operationResult;
1555}
1556
1557Result AwaitSocketSendAllBuffersAwaiter::await_resume()
1558{
1559 clearCancellation(continuation, this);
1560 if (outResult != nullptr and operationResult)
1561 {
1562 outResult->numBytes = numBytesSent;
1563 }
1564 return operationResult;
1565}
1566

Callers

nothing calls this directly

Calls 1

sizeInBytesMethod · 0.45

Tested by

no test coverage detected