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

Method push

code/basic/progress.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void Progress::push() {
52 level_++ ;
53 if(level_ == 1) {
54 clear_canceled() ;
55 }
56}
57
58void Progress::pop() {
59 ogf_assert(level_ > 0) ;

Callers 3

record_csumFunction · 0.80
ProgressLoggerMethod · 0.80

Calls 1

clear_canceledFunction · 0.85

Tested by

no test coverage detected