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

Method module

ui/threadframes.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 uint64_t fp() const { return m_fp; }
74 size_t frameIndex() const { return m_frameIndex; }
75 std::string module() const { return m_module; }
76 std::string function() const { return m_function; }
77
78private:

Callers 2

dataMethod · 0.80
copyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected