Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LiangliangNan/PolyFit
/ notify
Method
notify
code/basic/progress.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void Progress::notify(std::size_t new_val) {
64
if(client_ != nil && level_ < 2) {
65
client_->notify_progress(new_val) ;
66
}
67
}
68
69
Progress* Progress::instance() {
70
if(instance_ == nil) {
Callers
3
ProgressLogger
Method · 0.45
~ProgressLogger
Method · 0.45
update
Method · 0.45
Calls
1
notify_progress
Method · 0.80
Tested by
no test coverage detected