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

Method size

src/program/ramsearch/IOProcessDevice.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36qint64 IOProcessDevice::size() const
37{
38 return static_cast<qint64>(mem_section.size);
39}
40
41qint64 IOProcessDevice::readData(char *data, qint64 maxSize)
42{

Callers 3

scanMethod · 0.45
display_scan_countMethod · 0.45
get_valueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected