Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devilsen/CZXing
/ BitArrayView
Method
BitArrayView
czxing/src/main/cpp/zxing/src/BitArray.h:157–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
156
public:
157
BitArrayView(const BitArray& bits) : bits(bits), cur(bits.begin()) {}
158
159
BitArrayView& skipBits(int n)
160
{
Callers
nothing calls this directly
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected