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

Method Begin

lib/base/namespace.cpp:180–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180Namespace::Iterator Namespace::Begin()
181{
182 ASSERT(Frozen() || OwnsLock());
183
184 return m_Data.begin();
185}
186
187Namespace::Iterator Namespace::End()
188{

Callers 1

beginMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected