Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gregwar/fatcat
/ list
Method
list
src/core/FatSystem.cpp:462–469 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
460
}
461
462
void FatSystem::list(FatPath &path)
463
{
464
FatEntry entry;
465
466
if (findDirectory(path, entry)) {
467
list(entry.cluster);
468
}
469
}
470
471
void FatSystem::list(unsigned int cluster)
472
{
Callers
3
main
Function · 0.80
onEntry
Method · 0.80
displayOrphaned
Method · 0.80
Calls
9
prettySize
Function · 0.85
isErased
Method · 0.80
isDirectory
Method · 0.80
getShortFilename
Method · 0.80
isoFormat
Method · 0.80
isHidden
Method · 0.80
compare
Method · 0.80
pretty
Method · 0.80
getFilename
Method · 0.45
Tested by
no test coverage detected