MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / hasNext

Method hasNext

runtime/Log.cc:1663–1666  ·  view source on GitHub ↗

* Whether one can invoke decompressNextLogStatement or not */

Source from the content-addressed store, hash-verified

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

Callers 4

decompressToMethod · 0.80
getNextLogStatementMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64