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

Method NotifyField

lib/base/object.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void Object::NotifyField([[maybe_unused]] int id, [[maybe_unused]] const Value& cookie)
165{
166 BOOST_THROW_EXCEPTION(std::runtime_error("Invalid field ID."));
167}
168
169Object::Ptr Object::NavigateField([[maybe_unused]] int id) const
170{

Callers 1

ObjectNotifyAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected