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

Method SetInsertID

lib/db_ido/dbconnection.cpp:359–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359void DbConnection::SetInsertID(const DbObject::Ptr& dbobj, const DbReference& dbref)
360{
361 SetInsertID(dbobj->GetType(), GetObjectID(dbobj), dbref);
362}
363
364void DbConnection::SetInsertID(const DbType::Ptr& type, const DbReference& objid, const DbReference& dbref)
365{

Callers

nothing calls this directly

Calls 3

IsValidMethod · 0.80
GetTypeMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected