Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
void Progress::pop() {
59
ogf_assert(level_ > 0) ;
60
level_-- ;
61
}
62
63
void Progress::notify(std::size_t new_val) {
64
if(client_ != nil && level_ < 2) {
Callers
3
record_csum
Function · 0.80
propagate_planar_component
Function · 0.80
~ProgressLogger
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected