| 1357 | } |
| 1358 | |
| 1359 | std::string |
| 1360 | Value::getComment( CommentPlacement placement ) const |
| 1361 | { |
| 1362 | if ( hasComment(placement) ) |
| 1363 | return comments_[placement].comment_; |
| 1364 | return ""; |
| 1365 | } |
| 1366 | |
| 1367 | |
| 1368 | std::string |
no outgoing calls
no test coverage detected