@brief Returns the last offset set with AsyncFileRead::setOffset
| 851 | |
| 852 | bool isEnded() const { return completionData.endOfFile; } |
| 853 | |
| 854 | SC::Result get(Span<char>& data) |
| 855 | { |
| 856 | SC_TRY(getAsync().buffer.sliceStartLength(0, completionData.numBytes, data)); |
nothing calls this directly
no outgoing calls
no test coverage detected