MCPcopy Create free account
hub / github.com/KDE/kate / clear

Method clear

addons/katesql/cachedsqlquerymodel.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void CachedSqlQueryModel::clear()
74{
75 clearCache();
76
77 QSqlQueryModel::clear();
78}
79
80void CachedSqlQueryModel::cacheRecords(int from, int to) const
81{

Callers 1

clearCacheMethod · 0.45

Calls 1

clearFunction · 0.85

Tested by

no test coverage detected