Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ FromValue
Method
FromValue
lib/db_ido/dbvalue.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
Value DbValue::FromValue(const Value& value)
21
{
22
return value;
23
}
24
25
Value DbValue::FromObjectInsertID(const Value& value)
26
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected