Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ isCG
Method
isCG
src/main/java/pascal/taie/config/AnalysisPlanner.java:134–136 ·
view source on GitHub ↗
(AnalysisConfig config)
Source
from the content-addressed store, hash-verified
132
}
133
134
private
static
boolean isCG(AnalysisConfig config) {
135
return
config.getId().equals(CallGraphBuilder.ID);
136
}
137
138
/**
139
* This method makes an analysis plan based on given plan configs,
Callers
nothing calls this directly
Calls
2
equals
Method · 0.45
getId
Method · 0.45
Tested by
no test coverage detected