MCPcopy Create free account
hub / github.com/Vector35/debugger / endAddress

Method endAddress

ui/moduleswidget.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 ModuleItem(uint64_t address, size_t size, std::string name, std::string path);
47 uint64_t address() const { return m_address; }
48 uint64_t endAddress() const { return m_address + m_size; }
49 size_t size() const { return m_size; }
50 std::string name() const { return m_name; }
51 std::string path() const { return m_path; }

Callers 4

dataMethod · 0.80
jumpToEndMethod · 0.80
copyMethod · 0.80
onDoubleClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected