MCPcopy Create free account
hub / github.com/Icinga/icinga2 / EventsInbox

Method EventsInbox

lib/remote/eventqueue.hpp:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected