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

Method IsObjectInsertID

lib/db_ido/dbvalue.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39bool DbValue::IsObjectInsertID(const Value& value)
40{
41 if (!value.IsObjectType<DbValue>())
42 return false;
43
44 DbValue::Ptr dbv = value;
45 return dbv->GetType() == DbValueObjectInsertID;
46}
47
48Value DbValue::ExtractValue(const Value& value)
49{

Callers

nothing calls this directly

Calls 1

GetTypeMethod · 0.45

Tested by

no test coverage detected