MCPcopy Create free account
hub / github.com/cc20110101/RedisView / compareTreeItemDesc

Function compareTreeItemDesc

src/RedisView/Model/KeyTreeItem.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20bool compareTreeItemDesc(KeyTreeItem * &item1, KeyTreeItem * &item2)
21{
22 if (item1->text() < item2->text())
23 {
24 return false;
25 }
26 return true;
27}
28
29KeyTreeItem::KeyTreeItem(const QString &data, KeyTreeItem *parent)
30{

Callers

nothing calls this directly

Calls 1

textMethod · 0.45

Tested by

no test coverage detected