Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ SetStackEventData
Method
SetStackEventData
WinSysCore/EventData.cpp:188–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
void EventData::SetStackEventData(std::shared_ptr<EventData> data) {
189
_stackData = std::move(data);
190
}
191
192
void EventData::SetProcessName(std::wstring name) {
193
_processName = std::move(name);
Callers
1
OnEventRecord
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected