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

Method writeData

kdevplatform/language/duchain/topducontextdynamicdata.cpp:441–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439
440template <class Item>
441void TopDUContextDynamicData::DUChainItemStorage<Item>::writeData(QFile* file)
442{
443 uint writeValue = offsets.size();
444 file->write(reinterpret_cast<const char*>(&writeValue), sizeof(uint));
445 file->write(reinterpret_cast<const char*>(offsets.data()), sizeof(ItemDataInfo) * offsets.size());
446}
447
448//END DUChainItemStorage
449

Callers 1

storeMethod · 0.80

Calls 3

sizeMethod · 0.45
writeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected