MCPcopy 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
143template<class T>
144void writeValue(QIODevice* file, const T& from)
145{
146 writeValues(file, 1, &from);
147}
148
149template<typename T>
150void writeList(QIODevice* file, const QVector<T>& from)

Callers 2

storeMethod · 0.85
writeMetadataMethod · 0.85

Calls 1

writeValuesFunction · 0.85

Tested by

no test coverage detected