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

Method address

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

Source from the content-addressed store, hash-verified

45public:
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; }

Callers 15

operator==Method · 0.45
operator<Method · 0.45
dataMethod · 0.45
jumpMethod · 0.45
operator==Method · 0.45
operator<Method · 0.45
dataMethod · 0.45
updateRowsMethod · 0.45
jumpToStartMethod · 0.45
copyMethod · 0.45
onDoubleClickedMethod · 0.45
operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected