MCPcopy 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
83std::u16string Directory::entry(size_t index)
84{
85 return index < mList.size() ? (char16_t*)mList.at(index).name : StringUtils::UTF8toUTF16("");
86}
87
88bool Directory::folder(size_t index)
89{

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