Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cc20110101/RedisView
/ setKey
Method
setKey
src/RedisView/AppView/DataView.cpp:632–635 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
630
}
631
632
void DataView::setKey(const QString &key) {
633
_key = key;
634
_keyLineEdit->setText(key);
635
}
636
637
QString DataView::getKey() {
638
return _key;
Callers
2
alter
Method · 0.45
treeClicked
Method · 0.45
Calls
1
setText
Method · 0.45
Tested by
no test coverage detected