| 338 | } |
| 339 | |
| 340 | void DbEvents::AddCommentHistory(const Comment::Ptr& comment) |
| 341 | { |
| 342 | std::vector<DbQuery> queries; |
| 343 | AddCommentInternal(queries, comment, true); |
| 344 | DbObject::OnMultipleQueries(queries); |
| 345 | } |
| 346 | |
| 347 | void DbEvents::AddCommentInternal(std::vector<DbQuery>& queries, const Comment::Ptr& comment, bool historical) |
| 348 | { |
nothing calls this directly
no outgoing calls
no test coverage detected