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

Method fullPath

3ds/source/backuptarget.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35std::u16string BackupTarget::fullPath(size_t cellIndex) const
36{
37 return mKind == BackupKind::Save ? mTitle.fullSavePath(cellIndex) : mTitle.fullExtdataPath(cellIndex);
38}
39
40std::vector<std::u16string> BackupTarget::backups(void) const
41{

Callers 5

chooseBackupDstFunction · 0.45
refreshSelectedMethod · 0.45
doRestoreMethod · 0.45
handleEventsMethod · 0.45
startTransferSendMethod · 0.45

Calls 2

fullSavePathMethod · 0.80
fullExtdataPathMethod · 0.80

Tested by

no test coverage detected