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

Method DbValue

lib/db_ido/dbvalue.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace icinga;
7
8DbValue::DbValue(DbValueType type, Value value)
9 : m_Type(type), m_Value(std::move(value))
10{ }
11
12Value DbValue::FromTimestamp(const Value& ts)
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected