MCPcopy 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
63void Progress::notify(std::size_t new_val) {
64 if(client_ != nil && level_ < 2) {
65 client_->notify_progress(new_val) ;
66 }
67}
68
69Progress* Progress::instance() {
70 if(instance_ == nil) {

Callers 3

ProgressLoggerMethod · 0.45
~ProgressLoggerMethod · 0.45
updateMethod · 0.45

Calls 1

notify_progressMethod · 0.80

Tested by

no test coverage detected