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

Method startRemainingRead

Libraries/Await/Await.cpp:2013–2017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2011}
2012
2013Result AwaitFileReadUntilFullOrEOFAwaiter::startRemainingRead()
2014{
2015 SC_TRY(updateRequestBufferAndOffset());
2016 return request.start(await.asyncEventLoop(), file, request.buffer);
2017}
2018
2019Result AwaitFileReadUntilFullOrEOFAwaiter::updateRequestBufferAndOffset()
2020{

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected