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

Method begin

lib/base/string.cpp:427–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427String::Iterator icinga::begin(String& x)
428{
429 return x.Begin();
430}
431
432String::ConstIterator icinga::begin(const String& x)
433{

Callers 2

ReverseMethod · 0.45
BeginMethod · 0.45

Calls 1

BeginMethod · 0.45

Tested by

no test coverage detected