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

Method End

lib/base/namespace.cpp:187–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187Namespace::Iterator Namespace::End()
188{
189 ASSERT(Frozen() || OwnsLock());
190
191 return m_Data.end();
192}
193
194Namespace::Iterator icinga::begin(const Namespace::Ptr& x)
195{

Callers 1

endMethod · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected