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

Method AddCommentHistory

lib/db_ido/dbevents.cpp:340–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340void DbEvents::AddCommentHistory(const Comment::Ptr& comment)
341{
342 std::vector<DbQuery> queries;
343 AddCommentInternal(queries, comment, true);
344 DbObject::OnMultipleQueries(queries);
345}
346
347void DbEvents::AddCommentInternal(std::vector<DbQuery>& queries, const Comment::Ptr& comment, bool historical)
348{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected