Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ ShowHelpDocAsync
Method
ShowHelpDocAsync
DSView/pv/mainframe.cpp:1047–1052 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1045
}
1046
1047
void MainFrame::ShowHelpDocAsync()
1048
{
1049
QTimer::singleShot(300, this, [this](){
1050
show_doc();
1051
});
1052
}
1053
1054
void MainFrame::show_doc()
1055
{
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected