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

Method IsLocal

lib/remote/messageorigin.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace icinga;
7
8bool MessageOrigin::IsLocal() const
9{
10 return !FromClient;
11}

Callers 5

SendEventExecutedCommandFunction · 0.80
ExecuteCheckFromQueueMethod · 0.80
ProcessCheckResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected