Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void Progress::push() {
52
level_++ ;
53
if(level_ == 1) {
54
clear_canceled() ;
55
}
56
}
57
58
void Progress::pop() {
59
ogf_assert(level_ > 0) ;
Callers
3
record_csum
Function · 0.80
propagate_planar_component
Function · 0.80
ProgressLogger
Method · 0.80
Calls
1
clear_canceled
Function · 0.85
Tested by
no test coverage detected