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

Method extract

kdevplatform/util/tests/test_embeddedfreetree.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55struct Extractor
56{
57 static TestItem extract(const TestItem& item)
58 {
59 return TestItem(item.value / extractor_div_with);
60 }
61};
62
63clock_t std_insertion = 0, std_removal = 0, std_contains = 0, std_iteration = 0, emb_insertion = 0, emb_removal = 0,

Callers 1

downloadAndExtractFunction · 0.45

Calls 1

TestItemClass · 0.70

Tested by

no test coverage detected