Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
141
const EventData* EventData::GetStackEventData() const {
142
return _stackData.get();
143
}
144
145
uint32_t EventData::GetIndex() const {
146
return _index;
Callers
7
GetColumnText
Method · 0.80
OnCallStack
Method · 0.80
UpdateUI
Method · 0.80
OnInitDialog
Method · 0.80
LoadSymbolsThread
Method · 0.80
OnInitDialog
Method · 0.80
WriteEventData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected