Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ Swap
Method
Swap
lib/base/value.cpp:180–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
}
179
180
void Value::Swap(Value& other)
181
{
182
m_Value.swap(other.m_Value);
183
}
184
185
bool Value::ToBool() const
186
{
Callers
1
Set
Method · 0.80
Calls
1
swap
Method · 0.80
Tested by
no test coverage detected