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

Method EventsFilter

lib/remote/eventqueue.cpp:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233EventsFilter::EventsFilter(std::map<Expression::Ptr, std::set<EventsInbox::Ptr>> inboxes)
234 : m_Inboxes(std::move(inboxes))
235{
236}
237
238EventsFilter::operator bool()
239{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected