Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Maschell/JNUSTool
/ toString
Method
toString
src/de/mas/jnustool/FST.java:322–325 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
320
}
321
322
@Override
323
public
String toString(){
324
return
"entryCount: "
+ totalContentCount+
" entries: "
+ totalEntries;
325
}
326
327
public
int
getFileCount() {
328
int
i = 0;
Callers
3
readMeta
Method · 0.45
parse
Method · 0.45
notInNUS
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected