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

Method GetLastStatusUpdate

lib/db_ido/dbobject.cpp:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353double DbObject::GetLastStatusUpdate() const
354{
355 return m_LastStatusUpdate;
356}
357
358void DbObject::OnConfigUpdateHeavy()
359{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected