* Whether one can invoke decompressNextLogStatement or not */
| 1661 | * Whether one can invoke decompressNextLogStatement or not |
| 1662 | */ |
| 1663 | bool |
| 1664 | Log::Decoder::BufferFragment::hasNext() { |
| 1665 | return hasMoreLogs; |
| 1666 | } |
| 1667 | |
| 1668 | /** |
| 1669 | * Return the timestamp of the next log message that can be outputted. It is |
no outgoing calls