MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / hasNext

Method hasNext

3rdparty/qtcsv-qt5/sources/contentiterator.cpp:40–43  ·  view source on GitHub ↗

Check if content still has chunks of information to return @output: - bool - True if class can return next chunk of information, False otherwise

Source from the content-addressed store, hash-verified

38// @output:
39// - bool - True if class can return next chunk of information, False otherwise
40bool ContentIterator::hasNext() const
41{
42 return !atEnd;
43}
44
45// Get next chunk of information
46// @output:

Callers 1

writeToIODeviceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected