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

Method SetConfigHash

lib/db_ido/dbconnection.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void DbConnection::SetConfigHash(const DbObject::Ptr& dbobj, const String& hash)
308{
309 SetConfigHash(dbobj->GetType(), GetObjectID(dbobj), hash);
310}
311
312void DbConnection::SetConfigHash(const DbType::Ptr& type, const DbReference& objid, const String& hash)
313{

Callers

nothing calls this directly

Calls 4

IsValidMethod · 0.80
GetTypeMethod · 0.45
IsEmptyMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected