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

Method AwaitFileWriteAwaiter

Libraries/Await/Await.cpp:2038–2041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2036}
2037
2038Result AwaitFileReadUntilFullOrEOFAwaiter::cancel(void* object, AwaitEventLoop& eventLoop)
2039{
2040 return static_cast<AwaitFileReadUntilFullOrEOFAwaiter*>(object)->cancel(eventLoop);
2041}
2042
2043Result AwaitFileReadUntilFullOrEOFAwaiter::cancel(AwaitEventLoop& eventLoop)
2044{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected