MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / hasNext

Method hasNext

3rdparty/qtcsv/sources/contentiterator.cpp:36–38  ·  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

34// @output:
35// - bool - True if class can return next chunk of information, False otherwise
36bool ContentIterator::hasNext() const {
37 return !m_atEnd;
38}
39
40// Get next chunk of information
41// @output:

Callers 10

isEmptyMethod · 0.45
clearMethod · 0.45
axesMethod · 0.45
removeAxisMethod · 0.45
writeToIODeviceMethod · 0.45
extractGroupMethod · 0.45
loadFileMethod · 0.45
getDescriptionMethod · 0.45
findVariableMethod · 0.45
replaceVariableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected