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

Method itemSize

kdevplatform/serialization/stringrepository.h:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 StringData& operator=(const StringData& rhs) = delete;
23
24 unsigned int itemSize() const
25 {
26 return sizeof(StringData) + length;
27 }
28 unsigned int hash() const
29 {
30 IndexedString::RunningHash running;

Callers 5

indexMethod · 0.45
deleteItemMethod · 0.45
finalCleanupMethod · 0.45
lostSpaceMethod · 0.45
indexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected