Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ Contains
Method
Contains
lib/base/string.cpp:258–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
}
257
258
bool String::Contains(const String& str) const
259
{
260
return (m_Data.find(str) != std::string::npos);
261
}
262
263
void String::swap(String& str)
264
{
Callers
nothing calls this directly
Calls
1
find
Method · 0.80
Tested by
no test coverage detected