MCPcopy Create free account
hub / github.com/clementgallet/libTAS / predictScanCount

Method predictScanCount

src/program/ui/RamSearchModel.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100int RamSearchModel::predictScanCount(int mem_flags)
101{
102 std::unique_ptr<MemLayout> memlayout (new MemLayout(context->game_pid));
103 return memlayout->totalSize(MemSection::MemAll, mem_flags);
104}
105
106uint64_t RamSearchModel::scanCount()
107{

Callers 1

slotNewMethod · 0.80

Calls 1

totalSizeMethod · 0.80

Tested by

no test coverage detected