| 100 | providers_.emplace(filter.providerGuid, filter); |
| 101 | } |
| 102 | void ClearEvents() override |
| 103 | { |
| 104 | eventsOnDeck_.clear(); |
| 105 | } |
| 106 | const ProviderFilter* LookupProvider(const GUID& guid) |
| 107 | { |
| 108 | if (auto i = providers_.find({ guid }); i != providers_.end()) { |
nothing calls this directly
no outgoing calls
no test coverage detected