Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ folder
Method
folder
switch/source/directory.cpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
bool Directory::folder(size_t index)
69
{
70
return index < mList.size() ? mList.at(index).directory : false;
71
}
72
73
size_t Directory::size(void)
74
{
Callers
12
collectFiles
Function · 0.45
sweepTempFiles
Method · 0.45
compute
Method · 0.45
walkSize
Method · 0.45
verifyTree
Function · 0.45
scanExtraneous
Function · 0.45
countFiles
Method · 0.45
directorySize
Method · 0.45
copyDirectory
Method · 0.45
deleteFolderRecursively
Method · 0.45
refreshDirectories
Method · 0.45
readFolders
Method · 0.45
Calls
2
at
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected