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

Method getClassPath

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

Source from the content-addressed store, hash-verified

102 private List<String> classPath = List.of();
103
104 public List<String> getClassPath() {
105 return classPath;
106 }
107
108 public void setClassPath(List<String> classPath) {
109 this.classPath = classPath;

Callers 5

compareOptionsMethod · 0.95
testClasspathMethod · 0.95
getWorldCacheHashMethod · 0.45
buildMethod · 0.45
postProcessMethod · 0.45

Calls

no outgoing calls

Tested by 2

compareOptionsMethod · 0.76
testClasspathMethod · 0.76