Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ writeValue
Function
writeValue
kdevplatform/serialization/itemrepository.h:144–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
143
template<class T>
144
void writeValue(QIODevice* file, const T& from)
145
{
146
writeValues(file, 1, &from);
147
}
148
149
template<typename T>
150
void writeList(QIODevice* file, const QVector<T>& from)
Callers
2
store
Method · 0.85
writeMetadata
Method · 0.85
Calls
1
writeValues
Function · 0.85
Tested by
no test coverage detected