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

Method rootPath

3ds/source/backuptarget.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#include "title.hpp"
29
30std::u16string BackupTarget::rootPath(void) const
31{
32 return mKind == BackupKind::Save ? mTitle.savePath() : mTitle.extdataPath();
33}
34
35std::u16string BackupTarget::fullPath(size_t cellIndex) const
36{

Callers 4

chooseBackupDstFunction · 0.80
refreshSelectedMethod · 0.80
handleEventsMethod · 0.80
titleBackupPathMethod · 0.80

Calls 2

savePathMethod · 0.80
extdataPathMethod · 0.80

Tested by

no test coverage detected