MCPcopy 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
462void FatSystem::list(FatPath &path)
463{
464 FatEntry entry;
465
466 if (findDirectory(path, entry)) {
467 list(entry.cluster);
468 }
469}
470
471void FatSystem::list(unsigned int cluster)
472{

Callers 3

mainFunction · 0.80
onEntryMethod · 0.80
displayOrphanedMethod · 0.80

Calls 9

prettySizeFunction · 0.85
isErasedMethod · 0.80
isDirectoryMethod · 0.80
getShortFilenameMethod · 0.80
isoFormatMethod · 0.80
isHiddenMethod · 0.80
compareMethod · 0.80
prettyMethod · 0.80
getFilenameMethod · 0.45

Tested by

no test coverage detected