Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ Value
Method
Value
lib/base/value.cpp:23–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
const Value icinga::Empty;
22
23
Value::Value(std::nullptr_t)
24
{ }
25
26
Value::Value(int value)
27
: m_Value(double(value))
Callers
nothing calls this directly
Calls
2
swap
Method · 0.80
String
Class · 0.70
Tested by
no test coverage detected