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

Method scanCount

src/program/ui/RamSearchModel.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106uint64_t RamSearchModel::scanCount()
107{
108 return memscanner.scan_count();
109}
110
111uint64_t RamSearchModel::scanSize()
112{

Callers 2

threadedNewMethod · 0.80
threadedSearchMethod · 0.80

Calls 1

scan_countMethod · 0.80

Tested by

no test coverage detected