Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SVF-tools/SVF
/ clear
Method
clear
svf/include/MemoryModel/MutablePointsToDS.h:904–908 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
902
virtual ~MutableVersionedPTData() { }
903
904
virtual inline void clear() override
905
{
906
tlPTData.clear();
907
atPTData.clear();
908
}
909
910
virtual const DataSet& getPts(const Key& vk) override
911
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected