Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Maschell/JNUSTool
/ getFileCount
Method
getFileCount
src/de/mas/jnustool/FST.java:327–334 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
325
}
326
327
public
int
getFileCount() {
328
int
i = 0;
329
for
(FEntry f: getFileEntries()){
330
if
(!f.isDir())
331
i++;
332
}
333
return
i;
334
}
335
336
public
int
getFileCountInNUS() {
337
int
i = 0;
Callers
1
NUSTitle
Method · 0.80
Calls
2
getFileEntries
Method · 0.95
isDir
Method · 0.80
Tested by
no test coverage detected