Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
void CachedSqlQueryModel::clear()
74
{
75
clearCache();
76
77
QSqlQueryModel::clear();
78
}
79
80
void CachedSqlQueryModel::cacheRecords(int from, int to) const
81
{
Callers
1
clearCache
Method · 0.45
Calls
1
clear
Function · 0.85
Tested by
no test coverage detected