MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / folder

Method folder

3ds/source/directory.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88bool Directory::folder(size_t index)
89{
90 return index < mList.size() ? (mList.at(index).attributes & FS_ATTRIBUTE_DIRECTORY) != 0 : false;
91}
92
93size_t Directory::size(void)
94{

Callers 8

collectFilesFunction · 0.45
sweepTempFilesMethod · 0.45
rawBackupFileFunction · 0.45
collectTreeImplFunction · 0.45
loadBackupListMethod · 0.45
readFoldersMethod · 0.45
savListMethod · 0.45

Calls 2

atMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected