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

Method text

src/RedisView/Model/KeyTreeItem.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90QString KeyTreeItem::text() {
91 return itemData;
92}
93
94void KeyTreeItem::appendChildren(KeyTreeItem * item) {
95 childItems.insert(childItems.size(), item);

Callers 15

compareTreeItemAscFunction · 0.45
compareTreeItemDescFunction · 0.45
checkTableMethod · 0.45
onOKMethod · 0.45
initKeyListDataMethod · 0.45
flushMethod · 0.45
delMethod · 0.45
alterMethod · 0.45
treeClickedMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected