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

Method GetInsertID

lib/db_ido/dbconnection.cpp:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375DbReference DbConnection::GetInsertID(const DbObject::Ptr& dbobj) const
376{
377 return GetInsertID(dbobj->GetType(), GetObjectID(dbobj));
378}
379
380DbReference DbConnection::GetInsertID(const DbType::Ptr& type, const DbReference& objid) const
381{

Callers

nothing calls this directly

Calls 5

DbReferenceClass · 0.85
IsValidMethod · 0.80
findMethod · 0.80
GetTypeMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected