Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ on_timeout
Method
on_timeout
DSView/pv/dialogs/storeprogress.cpp:146–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
void StoreProgress::on_timeout()
147
{
148
//The task is end, to close the window.
149
if (_store_session->is_busy() == false) {
150
close();
151
}
152
}
153
154
void StoreProgress::accept()
155
{
Callers
nothing calls this directly
Calls
1
is_busy
Method · 0.80
Tested by
no test coverage detected