MCPcopy 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

titleIndexArgFunction · 0.45
ckpt_titles_countFunction · 0.45

Calls 2

getFunction · 0.85
getTitleCountMethod · 0.45

Tested by

no test coverage detected