Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ operator+
Method
operator+
lib/base/value-operators.cpp:189–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
Value icinga::operator+(const Value& lhs, const char *rhs)
190
{
191
return lhs + Value(rhs);
192
}
193
194
Value icinga::operator+(const char *lhs, const Value& rhs)
195
{
Callers
nothing calls this directly
Calls
6
IsNumber
Method · 0.80
IsString
Method · 0.80
Value
Class · 0.70
IsEmpty
Method · 0.45
CopyTo
Method · 0.45
GetTypeName
Method · 0.45
Tested by
no test coverage detected