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

Method path

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

Source from the content-addressed store, hash-verified

49 size_t size() const { return m_size; }
50 std::string name() const { return m_name; }
51 std::string path() const { return m_path; }
52 bool operator==(const ModuleItem& other) const;
53 bool operator!=(const ModuleItem& other) const;
54 bool operator<(const ModuleItem& other) const;

Callers 4

operator==Method · 0.80
operator<Method · 0.80
dataMethod · 0.80
copyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected