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

Function NamespaceRemove

lib/base/namespace-script.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28static void NamespaceRemove(const String& key)
29{
30 ScriptFrame *vframe = ScriptFrame::GetCurrentFrame();
31 Namespace::Ptr self = static_cast<Namespace::Ptr>(vframe->Self);
32 REQUIRE_NOT_NULL(self);
33 self->Remove(key);
34}
35
36static bool NamespaceContains(const String& key)
37{

Callers

nothing calls this directly

Calls 1

RemoveMethod · 0.45

Tested by

no test coverage detected