MCPcopy Create free account
hub / github.com/Icinga/icinga2 / FindFirstOf

Method FindFirstOf

lib/base/string.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178String::SizeType String::FindFirstOf(const char *s, String::SizeType pos) const
179{
180 return m_Data.find_first_of(s, pos);
181}
182
183String::SizeType String::FindFirstOf(char ch, String::SizeType pos) const
184{

Callers 15

SerializeObjectAttrsMethod · 0.80
HandleRequestMethod · 0.80
UpdateObjectAuthorityMethod · 0.80
CreateObjectConfigMethod · 0.80
UrlMethod · 0.80
ParseSchemeMethod · 0.80
ValidateTokenMethod · 0.80
GetByAuthHeaderMethod · 0.80
GetPluralNameMethod · 0.80
ParseIpMaskFunction · 0.80
GlobMethod · 0.80
MkDirPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected