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

Class BenchItemRepository

kdevplatform/serialization/tests/bench_itemrepository.h:12–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include "itemrepositorytestbase.h"
11
12class BenchItemRepository
13 : public ItemRepositoryTestBase
14{
15 Q_OBJECT
16
17private Q_SLOTS:
18 void insert();
19 void remove();
20 void removeDisk();
21 void lookupKey();
22 void lookupValue();
23
24 void shouldDoReferenceCounting_data();
25 void shouldDoReferenceCounting();
26};
27
28#endif // BENCHITEMREPOSITORY_H

Callers

nothing calls this directly

Calls 1

insertFunction · 0.85

Tested by

no test coverage detected