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

Method ExtractValue

lib/db_ido/dbvalue.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48Value DbValue::ExtractValue(const Value& value)
49{
50 if (!value.IsObjectType<DbValue>())
51 return value;
52
53 DbValue::Ptr dbv = value;
54 return dbv->GetValue();
55}
56
57DbValueType DbValue::GetType() const
58{

Callers

nothing calls this directly

Calls 1

GetValueMethod · 0.45

Tested by

no test coverage detected