| 44 | } |
| 45 | |
| 46 | std::set<Comment::Ptr> Checkable::GetComments() const |
| 47 | { |
| 48 | std::unique_lock<std::mutex> lock(m_CommentMutex); |
| 49 | return m_Comments; |
| 50 | } |
| 51 | |
| 52 | Comment::Ptr Checkable::GetLastComment() const |
| 53 | { |
no outgoing calls
no test coverage detected