MCPcopy Create free account
hub / github.com/Maschell/JNUSTool / getFileEntries

Method getFileEntries

src/de/mas/jnustool/FST.java:289–291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

287 }
288
289 public List<FEntry> getFileEntries() {
290 return fileEntries;
291 }
292
293 public void setFileEntries(List<FEntry> fileEntries) {
294 this.fileEntries = fileEntries;

Callers 4

buildDirectoriesMethod · 0.95
getFileCountMethod · 0.95
getFileCountInNUSMethod · 0.95
notInNUSMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected