MCPcopy Create free account
hub / github.com/FabricMC/Matcher / getProjectConfig

Method getProjectConfig

src/main/java/matcher/config/Config.java:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 private Config() { }
48
49 public static ProjectConfig getProjectConfig() {
50 return projectConfig;
51 }
52
53 public static boolean getVerifyInputFiles() {
54 return verifyInputFiles;

Callers 4

newProjectMethod · 0.95
writeMethod · 0.95
writeClassMethod · 0.95
writeMethodMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected