Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ swap
Method
swap
lib/base/string.cpp:263–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
}
262
263
void String::swap(String& str)
264
{
265
m_Data.swap(str.m_Data);
266
}
267
268
String::Iterator String::erase(String::Iterator first, String::Iterator last)
269
{
Callers
9
SetFilter
Method · 0.80
FinishAsyncQueries
Method · 0.80
Value
Method · 0.80
value.cpp
File · 0.80
Swap
Method · 0.80
LivestatusQuery
Method · 0.80
CommitNewItems
Method · 0.80
swap
Function · 0.80
json>
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected