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

Method GetCheckPeriod

lib/icinga/checkable-check.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39TimePeriod::Ptr Checkable::GetCheckPeriod() const
40{
41 return TimePeriod::GetByName(GetCheckPeriodRaw());
42}
43
44void Checkable::SetSchedulingOffset(long offset)
45{

Callers 10

CheckThreadProcMethod · 0.80
PrepareObjectMethod · 0.80
GetConfigFieldsMethod · 0.80
GetStatusFieldsMethod · 0.80
GetConfigFieldsMethod · 0.80
GetStatusFieldsMethod · 0.80
CheckPeriodAccessorMethod · 0.80
InCheckPeriodAccessorMethod · 0.80
CheckPeriodAccessorMethod · 0.80
InCheckPeriodAccessorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected