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

Method KeyTreeItem

src/RedisView/Model/KeyTreeItem.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29KeyTreeItem::KeyTreeItem(const QString &data, KeyTreeItem *parent)
30{
31 parentItem = parent;
32 itemData = data;
33}
34
35KeyTreeItem::~KeyTreeItem()
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected