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

Method GetConfigHash

lib/db_ido/dbconnection.cpp:323–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323String DbConnection::GetConfigHash(const DbObject::Ptr& dbobj) const
324{
325 return GetConfigHash(dbobj->GetType(), GetObjectID(dbobj));
326}
327
328String DbConnection::GetConfigHash(const DbType::Ptr& type, const DbReference& objid) const
329{

Callers

nothing calls this directly

Calls 5

IsValidMethod · 0.80
findMethod · 0.80
StringClass · 0.50
GetTypeMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected