MCPcopy 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
400bool TraceManager::IsPaused() const {
401 return _isPaused;
402}
403
404bool TraceManager::RemoveFilterAt(int index) {
405 if (index < 0 || index >= _filters.size())

Callers 6

IsSortableMethod · 0.80
OnCopyAllMethod · 0.80
OnConfigFiltersMethod · 0.80
UpdateUIMethod · 0.80
OnMonitorPauseMethod · 0.80
InitEtwToolBarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected