MCPcopy Create free account
hub / github.com/LFYSec/MScan / getAppClassPath

Method getAppClassPath

src/main/java/pascal/taie/config/Options.java:122–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120 private List<String> appClassPath = List.of();
121
122 public List<String> getAppClassPath() {
123 return appClassPath;
124 }
125
126 public void setAppClassPath(List<String> appClassPath) {
127 this.appClassPath = appClassPath;

Callers 5

compareOptionsMethod · 0.95
getClassPathMethod · 0.80
getInputClassesMethod · 0.80
getWorldCacheHashMethod · 0.80
postProcessMethod · 0.80

Calls

no outgoing calls

Tested by 1

compareOptionsMethod · 0.76