MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / Empty

Method Empty

IntelPresentMon/PresentMonService/EtwLogSession.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132 }
133 bool EtwLogSession::Empty() const
134 {
135 return hTraceSession_ == 0;
136 }
137 EtwLogSession::operator bool() const
138 {
139 return !Empty();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected