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

Method clear

3rdparty/qtcsv-qt5/sources/stringdata.cpp:49–52  ·  view source on GitHub ↗

Clear all data

Source from the content-addressed store, hash-verified

47
48// Clear all data
49void StringData::clear()
50{
51 d_ptr->m_values.clear();
52}
53
54// Insert new row at index position 'row'.
55// @input:

Callers 5

readMethod · 0.45
testClearEmptyDataMethod · 0.45
testClearNotEmptyDataMethod · 0.45
testClearEmptyDataMethod · 0.45
testClearNotEmptyDataMethod · 0.45

Calls

no outgoing calls

Tested by 4

testClearEmptyDataMethod · 0.36
testClearNotEmptyDataMethod · 0.36
testClearEmptyDataMethod · 0.36
testClearNotEmptyDataMethod · 0.36