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

Method validId

3ds/source/loader.cpp:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52bool TitleCatalog::validId(u64 id)
53{
54 if (TitleQuirks::isSystemExcluded(id)) {
55 return false;
56 }
57
58 return !Configuration::getInstance().filter(id);
59}
60
61void TitleCatalog::getTitle(Title& dst, int i, BackupKind kind)
62{

Callers

nothing calls this directly

Calls 1

filterMethod · 0.45

Tested by

no test coverage detected