Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ EventQueue
Method
EventQueue
lib/remote/eventqueue.cpp:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
using namespace icinga;
18
19
EventQueue::EventQueue(String name)
20
: m_Name(std::move(name))
21
{ }
22
23
bool EventQueue::CanProcessEvent(const String& type) const
24
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected