Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SVF-tools/SVF
/ clear
Method
clear
svf/include/Util/SparseBitVector.h:723–726 ·
view source on GitHub ↗
Clear.
Source
from the content-addressed store, hash-verified
721
722
// Clear.
723
void clear()
724
{
725
Elements.clear();
726
}
727
728
// Assignment
729
SparseBitVector& operator=(const SparseBitVector& RHS)
Callers
1
intersectWithComplement
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected