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

Method IsTimestamp

lib/db_ido/dbvalue.cpp:30–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30bool DbValue::IsTimestamp(const Value& value)
31{
32 if (!value.IsObjectType<DbValue>())
33 return false;
34
35 DbValue::Ptr dbv = value;
36 return dbv->GetType() == DbValueTimestamp;
37}
38
39bool DbValue::IsObjectInsertID(const Value& value)
40{

Callers

nothing calls this directly

Calls 1

GetTypeMethod · 0.45

Tested by

no test coverage detected