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

Method CommentAddedHandler

lib/icingadb/icingadb-objects.cpp:2996–3001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2994}
2995
2996void IcingaDB::CommentAddedHandler(const Comment::Ptr& comment)
2997{
2998 for (auto& rw : ConfigType::GetObjectsByType<IcingaDB>()) {
2999 rw->SendAddedComment(comment);
3000 }
3001}
3002
3003void IcingaDB::CommentRemovedHandler(const Comment::Ptr& comment)
3004{

Callers

nothing calls this directly

Calls 1

SendAddedCommentMethod · 0.80

Tested by

no test coverage detected