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

Method ModuleItem

ui/moduleswidget.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29constexpr int SortFilterRole = Qt::UserRole + 1;
30
31ModuleItem::ModuleItem(uint64_t address, size_t size, std::string name, std::string path) :
32 m_address(address), m_size(size), m_name(name), m_path(path)
33{}
34
35
36bool ModuleItem::operator==(const ModuleItem& other) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected