Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenZWave/open-zwave
/ GetNumSetBits
Method
GetNumSetBits
cpp/src/Bitfield.cpp:115–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
uint32 Bitfield::GetNumSetBits() const
116
{
117
return m_numSetBits;
118
}
119
120
uint32 Bitfield::GetValue() const
121
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected