Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ SimpleGraph
Method
SimpleGraph
src/main/java/pascal/taie/util/graph/SimpleGraph.java:48–49 ·
view source on GitHub ↗
Constructs an empty graph.
()
Source
from the content-addressed store, hash-verified
46
* Constructs an empty graph.
47
*/
48
public
SimpleGraph() {
49
}
50
51
/**
52
* Constructs a
new
graph containing the same node and edge sets
Callers
nothing calls this directly
Calls
3
addNode
Method · 0.95
addEdge
Method · 0.95
getSuccsOf
Method · 0.65
Tested by
no test coverage detected