Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ entry
Method
entry
3ds/source/directory.cpp:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
std::u16string Directory::entry(size_t index)
84
{
85
return index < mList.size() ? (char16_t*)mList.at(index).name : StringUtils::UTF8toUTF16(
""
);
86
}
87
88
bool Directory::folder(size_t index)
89
{
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