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

Method fullPath

switch/source/title.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101std::string Title::fullPath(size_t index)
102{
103 return mFullSavePaths.at(index);
104}
105
106const std::vector<std::string>& Title::saves()
107{

Callers 5

rebuildMethod · 0.45
chooseDstMethod · 0.45
doRestoreMethod · 0.45
handleEventsMethod · 0.45
startTransferSendMethod · 0.45

Calls 1

atMethod · 0.80

Tested by

no test coverage detected