Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SVF-tools/SVF
/ BitVector
Method
BitVector
svf/lib/Util/BitVector.cpp:17–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
{
16
17
BitVector::BitVector(void)
18
: BitVector(0) { }
19
20
BitVector::BitVector(size_t n)
21
: CoreBitVector(n)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected