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

Method isEmpty

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

Check if content contains information @output: - bool - True if content is empty, False otherwise

Source from the content-addressed store, hash-verified

30// @output:
31// - bool - True if content is empty, False otherwise
32bool ContentIterator::isEmpty() const
33{
34 return m_data.isEmpty() && m_header.isEmpty() && m_footer.isEmpty();
35}
36
37// Check if content still has chunks of information to return
38// @output:

Callers 2

getNextMethod · 0.45
composeRowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected