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

Method isEmpty

3rdparty/qtcsv/sources/stringdata.cpp:62–64  ·  view source on GitHub ↗

Check if there are any rows @output: - bool - True if there are any rows, else False

Source from the content-addressed store, hash-verified

60// @output:
61// - bool - True if there are any rows, else False
62bool StringData::isEmpty() const {
63 return m_values.isEmpty();
64}
65
66// Remove the row at index position 'row'.
67// @input:

Callers 15

appendToFileMethod · 0.45
overwriteFileMethod · 0.45
writeToIODeviceMethod · 0.45
writeMethod · 0.45
readMethod · 0.45
checkParamsMethod · 0.45
splitElementsMethod · 0.45
isElementLastMethod · 0.45
removeExtraSymbolsMethod · 0.45
CheckFileFunction · 0.45
testCreationMethod · 0.45

Calls

no outgoing calls

Tested by 15

testCreationMethod · 0.36
testAddEmptyRowMethod · 0.36
testAddOneRowMethod · 0.36
testAddRowsMethod · 0.36
testClearEmptyDataMethod · 0.36
testClearNotEmptyDataMethod · 0.36
testRemoveRowMethod · 0.36
testCreationMethod · 0.36
testAddEmptyRowMethod · 0.36
testAddOneRowMethod · 0.36