MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getFileName

Method getFileName

ij/src/main/java/ij/plugin/Memory.java:186–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184 }
185
186 @AstroImageJ(reason = "Get file name for config")
187 private String getFileName() {
188 if (Files.exists(Path.of("AstroImageJ.l4j.ini"))) {
189 return "AstroImageJ.l4j.ini";
190 }
191
192 return "AstroImageJ.cfg";
193 }
194}

Callers 3

getMemorySettingMethod · 0.95
showErrorMethod · 0.95

Calls 1

existsMethod · 0.45

Tested by

no test coverage detected