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

Method getAnalysisConfig

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

@return the content of analysis configuration.

()

Source from the content-addressed store, hash-verified

44 * @return the content of analysis configuration.
45 */
46 public static InputStream getAnalysisConfig() {
47 return Configs.class
48 .getClassLoader()
49 .getResourceAsStream(CONFIG);
50 }
51
52 /**
53 * @return the URL of analysis configuration.

Callers 1

processConfigsMethod · 0.95

Calls 1

getClassLoaderMethod · 0.80

Tested by

no test coverage detected