Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cc20110101/RedisView
/ setEncode
Method
setEncode
src/RedisView/AppView/DataView.cpp:698–700 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
696
}
697
698
void DataView::setEncode(const QByteArray &encode) {
699
_encodLineEdit->setText(QString(encode));
700
}
701
702
void DataView::setRefcount(const qlonglong &count) {
703
_refcountLineEdit->setText(QString::number(count));
Callers
1
treeClicked
Method · 0.45
Calls
1
setText
Method · 0.45
Tested by
no test coverage detected