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

Method isEmpty

3rdparty/qtcsv-qt5/sources/stringdata.cpp:77–80  ·  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

75// @output:
76// - bool - True if there are any rows, else False
77bool StringData::isEmpty() const
78{
79 return d_ptr->m_values.isEmpty();
80}
81
82// Remove the row at index position 'row'.
83// @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