Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SVF-tools/SVF
/ addPts
Method
addPts
svf/include/MemoryModel/MutablePointsToDS.h:262–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
}
261
262
virtual inline bool addPts(const Key &dstKey, const Data& element) override
263
{
264
return mutPTData.addPts(dstKey, element);
265
}
266
267
virtual inline bool unionPts(const Key& dstKey, const Key& srcKey) override
268
{
Callers
nothing calls this directly
Calls
1
addPts
Method · 0.45
Tested by
no test coverage detected