Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ hasEdge
Method
hasEdge
src/main/java/pascal/taie/util/graph/ReverseGraph.java:40–43 ·
view source on GitHub ↗
(N source, N target)
Source
from the content-addressed store, hash-verified
38
}
39
40
@Override
41
public
boolean hasEdge(N source, N target) {
42
return
graph.hasEdge(target, source);
43
}
44
45
@Override
46
public
Set<N> getPredsOf(N node) {
Callers
nothing calls this directly
Calls
1
hasEdge
Method · 0.65
Tested by
no test coverage detected