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

Method reset

src/main/java/matcher/type/ClassEnvironment.java:115–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 }
114
115 public void reset() {
116 cpFiles.clear();
117 sharedClasses.clear();
118 classPathIndex.clear();
119 extractorA.reset();
120 extractorB.reset();
121 cache.clear();
122 }
123
124 public void addOpenFileSystem(FileSystem fs) {
125 openFileSystems.add(fs);

Callers 3

newProjectMethod · 0.45
loadProjectMethod · 0.45
tryLoadTypeMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected