MCPcopy Create free account
hub / github.com/LiangliangNan/PolyFit / pop

Method pop

code/basic/progress.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void Progress::pop() {
59 ogf_assert(level_ > 0) ;
60 level_-- ;
61}
62
63void Progress::notify(std::size_t new_val) {
64 if(client_ != nil && level_ < 2) {

Callers 3

record_csumFunction · 0.80
~ProgressLoggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected