MCPcopy 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
258bool String::Contains(const String& str) const
259{
260 return (m_Data.find(str) != std::string::npos);
261}
262
263void String::swap(String& str)
264{

Callers

nothing calls this directly

Calls 1

findMethod · 0.80

Tested by

no test coverage detected