| 331 | } |
| 332 | |
| 333 | void DbEvents::AddComment(const Comment::Ptr& comment) |
| 334 | { |
| 335 | std::vector<DbQuery> queries; |
| 336 | AddCommentInternal(queries, comment, false); |
| 337 | DbObject::OnMultipleQueries(queries); |
| 338 | } |
| 339 | |
| 340 | void DbEvents::AddCommentHistory(const Comment::Ptr& comment) |
| 341 | { |
nothing calls this directly
no outgoing calls
no test coverage detected