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

Method SubStr

lib/base/string.cpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208String String::SubStr(String::SizeType first, String::SizeType len) const
209{
210 return m_Data.substr(first, len);
211}
212
213std::vector<String> String::Split(const char *separators) const
214{

Callers 15

ConfigGlobHandlerMethod · 0.80
SerializeObjectAttrsMethod · 0.80
HandleRequestMethod · 0.80
HandleGetMethod · 0.80
CreateObjectConfigMethod · 0.80
UrlMethod · 0.80
ParseAuthorityMethod · 0.80
ParseUserinfoMethod · 0.80
ParseQueryMethod · 0.80
GetByAuthHeaderMethod · 0.80
InternalExecuteQueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected