Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
buildDirectories
Method · 0.95
getFileCount
Method · 0.95
getFileCountInNUS
Method · 0.95
notInNUS
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected