MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / GetStackEventData

Method GetStackEventData

WinSysCore/EventData.cpp:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141const EventData* EventData::GetStackEventData() const {
142 return _stackData.get();
143}
144
145uint32_t EventData::GetIndex() const {
146 return _index;

Callers 7

GetColumnTextMethod · 0.80
OnCallStackMethod · 0.80
UpdateUIMethod · 0.80
OnInitDialogMethod · 0.80
LoadSymbolsThreadMethod · 0.80
OnInitDialogMethod · 0.80
WriteEventDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected