MCPcopy Create free account
hub / github.com/KDE/kdevelop / writeList

Function writeList

kdevplatform/serialization/itemrepository.h:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148
149template<typename T>
150void writeList(QIODevice* file, const QVector<T>& from)
151{
152 writeValues(file, from.size(), from.data());
153}
154}
155/**
156 * This file implements a generic bucket-based indexing repository, that can be used for example to index strings.

Callers 1

writeMetadataMethod · 0.85

Calls 3

writeValuesFunction · 0.85
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected