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

Method getAnalysisConfigURL

src/main/java/pascal/taie/config/Configs.java:55–59  ·  view source on GitHub ↗

@return the URL of analysis configuration.

()

Source from the content-addressed store, hash-verified

53 * @return the URL of analysis configuration.
54 */
55 public static URL getAnalysisConfigURL() {
56 return Configs.class
57 .getClassLoader()
58 .getResource(CONFIG);
59 }
60
61 /**
62 * Extracts analysis id from given require item.

Callers 2

addConfigMethod · 0.95
getConfigMethod · 0.95

Calls 1

getClassLoaderMethod · 0.80

Tested by

no test coverage detected