Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ titleCount
Method
titleCount
3ds/source/script/scripthost.cpp:72–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
class CtrScriptHost : public ScriptHost {
71
public:
72
int titleCount(void) override { return TitleCatalog::get().getTitleCount(BackupKind::Save); }
73
74
bool titleAt(int idx, HostTitle& out) override
75
{
Callers
2
titleIndexArg
Function · 0.45
ckpt_titles_count
Function · 0.45
Calls
2
get
Function · 0.85
getTitleCount
Method · 0.45
Tested by
no test coverage detected