MCPcopy Create free account
hub / github.com/demoth/jake2 / DownloadFileName

Method DownloadFileName

client/src/main/java/jake2/client/CL_parse.java:76–78  ·  view source on GitHub ↗
(String fn)

Source from the content-addressed store, hash-verified

74 // =============================================================================
75
76 public static String DownloadFileName(String fn) {
77 return FS.getWriteDir() + "/" + fn;
78 }
79
80 /**
81 * CL_CheckOrDownloadFile returns true if the file exists,

Callers 2

CheckOrDownloadFileMethod · 0.95
ParseDownloadMethod · 0.95

Calls 1

getWriteDirMethod · 0.95

Tested by

no test coverage detected