Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ IsPaused
Method
IsPaused
WinSysCore/TraceManager.cpp:400–402 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
398
}
399
400
bool TraceManager::IsPaused() const {
401
return _isPaused;
402
}
403
404
bool TraceManager::RemoveFilterAt(int index) {
405
if (index < 0 || index >= _filters.size())
Callers
6
IsSortable
Method · 0.80
OnCopyAll
Method · 0.80
OnConfigFilters
Method · 0.80
UpdateUI
Method · 0.80
OnMonitorPause
Method · 0.80
InitEtwToolBar
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected