Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cwida/ALP
/ FlagCount
Method
FlagCount
publication/source_code/include/chimp/flag_buffer.hpp:114–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
uint32_t BytesUsed() const { return (counter >> 2) + ((counter & 3) != 0); }
113
114
uint32_t FlagCount() const { return counter; }
115
116
private:
117
private:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected