Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
180
Namespace::Iterator Namespace::Begin()
181
{
182
ASSERT(Frozen() || OwnsLock());
183
184
return m_Data.begin();
185
}
186
187
Namespace::Iterator Namespace::End()
188
{
Callers
1
begin
Method · 0.45
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected