Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cc20110101/RedisView
/ feedback
Method
feedback
src/RedisView/AppView/MainWindow.cpp:646–649 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
644
}
645
646
void MainWindow::feedback() {
647
FeedBack feedback;
648
feedback.exec();
649
}
650
651
void MainWindow::langCnAction() {
652
PubLib::setConfig(
"language"
,
"cn"
);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected