MCPcopy Create free account
hub / github.com/Garten/sourcecraft / setSourcePath

Method setSourcePath

src/gui/Gui.java:150–155  ·  view source on GitHub ↗
(File file)

Source from the content-addressed store, hash-verified

148 }
149
150 public void setSourcePath(File file) {
151 if (file == null) {
152 return;
153 }
154 this.setupPanel.setSourcePath(file.toString());
155 }
156
157 public File getSourcePath() {
158 return new File(this.setupPanel.getSourcePath());

Callers 1

initSetupMethod · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected