| 33 | }); |
| 34 | } |
| 35 | void EtwLogProviderListener::ClearEvents() |
| 36 | { |
| 37 | eventsOnDeck_.clear(); |
| 38 | } |
| 39 | std::span<const EtwProviderDescription> EtwLogProviderListener::GetProviderDescriptions() const |
| 40 | { |
| 41 | return providerDescriptions_; |
nothing calls this directly
no outgoing calls
no test coverage detected