Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Pop
Method
Pop
util/generic/bitmap.h:605–608 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
603
}
604
605
Y_FORCE_INLINE bool Pop() {
606
bool val = Get(0);
607
return RShift(1), val;
608
}
609
610
// Clear the entire bitmap. Current capacity is kept unchanged
611
Y_FORCE_INLINE TThis& Clear() {
Callers
1
with_lock
Method · 0.45
Calls
1
Get
Function · 0.50
Tested by
no test coverage detected