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

Method begin

lib/base/namespace.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194Namespace::Iterator icinga::begin(const Namespace::Ptr& x)
195{
196 return x->Begin();
197}
198
199Namespace::Iterator icinga::end(const Namespace::Ptr& x)
200{

Callers 1

BeginMethod · 0.45

Calls 1

BeginMethod · 0.45

Tested by

no test coverage detected