Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ deserialize
Function
deserialize
plugins/projectfilter/filter.cpp:208–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
}
207
208
Filters deserialize(const SerializedFilters& filters)
209
{
210
Filters ret;
211
ret.reserve(filters.size());
212
for (const SerializedFilter& filter : filters) {
213
ret << Filter(filter);
214
}
215
return ret;
216
}
217
218
}
Callers
5
addFilterFromContextMenu
Method · 0.85
updateProjectFilters
Method · 0.85
projectAboutToBeOpened
Method · 0.85
match_data
Method · 0.85
bench_data
Method · 0.85
Calls
3
Filter
Class · 0.70
reserve
Method · 0.45
size
Method · 0.45
Tested by
2
match_data
Method · 0.68
bench_data
Method · 0.68