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

Method begin

lib/base/dictionary.cpp:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326Dictionary::Iterator icinga::begin(const Dictionary::Ptr& x)
327{
328 return x->Begin();
329}
330
331Dictionary::Iterator icinga::end(const Dictionary::Ptr& x)
332{

Callers 1

BeginMethod · 0.45

Calls 1

BeginMethod · 0.45

Tested by

no test coverage detected