MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / toString

Method toString

src/main/java/io/file/browse/Browser.java:268–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266 }
267
268 public String toString() {
269 return (file.getName().endsWith("/")) ?
270 file.getName().substring(0, file.getName().length() - 1) : file.getName();
271 }
272
273 public int compare(IconTextElement right) {
274 FileItem fileItem = (FileItem) right;

Callers 4

encodeMethod · 0.45
decodeMethod · 0.45
readLineMethod · 0.45
getStreamStatsMethod · 0.45

Calls 1

getNameMethod · 0.65

Tested by

no test coverage detected