| 88 | |
| 89 | EventsInbox(String filter, const String& filterSource); |
| 90 | EventsInbox(const EventsInbox&) = delete; |
| 91 | EventsInbox(EventsInbox&&) = delete; |
| 92 | EventsInbox& operator=(const EventsInbox&) = delete; |
| 93 | EventsInbox& operator=(EventsInbox&&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected