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

Method isEmpty

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

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

Callers 2

getNextMethod · 0.45
composeRowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected