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

Method clear

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

Clear all data

Source from the content-addressed store, hash-verified

35
36// Clear all data
37void StringData::clear() {
38 m_values.clear();
39}
40
41// Insert new row at index position 'row'.
42// @input:

Callers 6

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

Calls

no outgoing calls

Tested by 4

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