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

Method name

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

Source from the content-addressed store, hash-verified

48 uint64_t endAddress() const { return m_address + m_size; }
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;

Callers 15

DbgRef<T>Method · 0.45
refcountobject.hFile · 0.45
DbgRef<T>Method · 0.45
debuggerapi.hFile · 0.45
operator==Method · 0.45
operator<Method · 0.45
dataMethod · 0.45
updateRowsMethod · 0.45
setDataMethod · 0.45
setToZeroMethod · 0.45
copyMethod · 0.45
pasteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected