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

Method ParseScheme

lib/remote/url.cpp:230–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230bool Url::ParseScheme(const String& scheme)
231{
232 m_Scheme = scheme;
233
234 if (scheme.FindFirstOf(ALPHA) != 0)
235 return false;
236
237 return (ValidateToken(scheme, ACSCHEME));
238}
239
240bool Url::ParseAuthority(const String& authority)
241{

Callers

nothing calls this directly

Calls 1

FindFirstOfMethod · 0.80

Tested by

no test coverage detected