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

Method AddComment

lib/db_ido/dbevents.cpp:333–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333void DbEvents::AddComment(const Comment::Ptr& comment)
334{
335 std::vector<DbQuery> queries;
336 AddCommentInternal(queries, comment, false);
337 DbObject::OnMultipleQueries(queries);
338}
339
340void DbEvents::AddCommentHistory(const Comment::Ptr& comment)
341{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected