Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devilsen/CZXing
/ size
Method
size
czxing/src/main/cpp/zxing/src/BitArray.h:185–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
}
184
185
int size() const
186
{
187
return narrow_cast<int>(bits.end() - cur);
188
}
189
190
explicit operator bool() const { return size(); }
191
};
Callers
nothing calls this directly
Calls
1
end
Method · 0.45
Tested by
no test coverage detected