Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ FindLastOf
Method
FindLastOf
lib/base/string.cpp:198–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
String::SizeType String::FindLastOf(const char *s, String::SizeType pos) const
199
{
200
return m_Data.find_last_of(s, pos);
201
}
202
203
String::SizeType String::FindLastOf(char ch, String::SizeType pos) const
204
{
Callers
1
Parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected