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

Method operator==

ui/attachprocess.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29bool ProcessItem::operator==(const ProcessItem& other) const
30{
31 return (m_pid == other.pid()) && (m_processName == other.processName());
32}
33
34
35bool ProcessItem::operator!=(const ProcessItem& other) const

Callers

nothing calls this directly

Calls 2

pidMethod · 0.80
processNameMethod · 0.80

Tested by

no test coverage detected