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

Method DependencyStateChecker

lib/icinga/dependency-state.cpp:15–18  ·  view source on GitHub ↗

* Construct a helper for evaluating the state of dependencies. * * @param dt Dependency type to check for within the individual methods. */

Source from the content-addressed store, hash-verified

13 * @param dt Dependency type to check for within the individual methods.
14 */
15DependencyStateChecker::DependencyStateChecker(DependencyType dt)
16 : m_DependencyType(dt)
17{
18}
19
20/**
21 * Checks whether a given checkable is currently reachable.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected