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

Method processName

ui/attachprocess.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 ProcessItem(uint32_t pid, std::string processName);
40 uint32_t pid() const { return m_pid; }
41 std::string processName() const { return m_processName; }
42 bool operator==(const ProcessItem& other) const;
43 bool operator!=(const ProcessItem& other) const;
44 bool operator<(const ProcessItem& other) const;

Callers 4

operator==Method · 0.80
operator<Method · 0.80
dataMethod · 0.80
sortMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected