Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ Contains
Method
Contains
lib/base/namespace.cpp:83–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
bool Namespace::Contains(const String& field) const
84
{
85
auto lock (ReadLockUnlessFrozen());
86
87
return m_Data.find(field) != m_Data.end();
88
}
89
90
void Namespace::Remove(const String& field)
91
{
Callers
nothing calls this directly
Calls
2
find
Method · 0.80
end
Method · 0.45
Tested by
no test coverage detected