Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cc20110101/RedisView
/ ~ValueDialog
Method
~ValueDialog
src/RedisView/AppView/ValueDialog.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
ValueDialog::~ValueDialog()
24
{
25
delete ui;
26
}
27
28
QString ValueDialog::getText() {
29
return ui->_valueTextEdit->document()->toPlainText();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected