Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SVF-tools/SVF
/ LoadCGEdge
Method
LoadCGEdge
svf/include/Graphs/ConsGEdge.h:216–218 ·
view source on GitHub ↗
Constructor
Source
from the content-addressed store, hash-verified
214
215
/// Constructor
216
LoadCGEdge(ConstraintNode* s, ConstraintNode* d, EdgeID id) : ConstraintEdge(s,d,Load,id)
217
{
218
}
219
};
220
221
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected