MCPcopy 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
83bool Namespace::Contains(const String& field) const
84{
85 auto lock (ReadLockUnlessFrozen());
86
87 return m_Data.find(field) != m_Data.end();
88}
89
90void Namespace::Remove(const String& field)
91{

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected