MCPcopy Create free account
hub / github.com/Vector35/debugger / operator==

Method operator==

ui/moduleswidget.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35
36bool ModuleItem::operator==(const ModuleItem& other) const
37{
38 return (m_address == other.address()) && (m_size == other.size()) && (m_name == other.name())
39 && (m_path == other.path());
40}
41
42
43bool ModuleItem::operator!=(const ModuleItem& other) const

Callers

nothing calls this directly

Calls 4

sizeMethod · 0.80
pathMethod · 0.80
addressMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected