Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
bool Directory::folder(size_t index)
89
{
90
return index < mList.size() ? (mList.at(index).attributes & FS_ATTRIBUTE_DIRECTORY) != 0 : false;
91
}
92
93
size_t Directory::size(void)
94
{
Callers
8
collectFiles
Function · 0.45
sweepTempFiles
Method · 0.45
rawBackupFile
Function · 0.45
collectTreeImpl
Function · 0.45
deleteFolderContentsRecursively
Method · 0.45
loadBackupList
Method · 0.45
readFolders
Method · 0.45
savList
Method · 0.45
Calls
2
at
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected