Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
187
Namespace::Iterator Namespace::End()
188
{
189
ASSERT(Frozen() || OwnsLock());
190
191
return m_Data.end();
192
}
193
194
Namespace::Iterator icinga::begin(const Namespace::Ptr& x)
195
{
Callers
1
end
Method · 0.45
Calls
1
end
Method · 0.45
Tested by
no test coverage detected