| 1351 | |
| 1352 | |
| 1353 | bool |
| 1354 | Value::hasComment( CommentPlacement placement ) const |
| 1355 | { |
| 1356 | return comments_ != 0 && comments_[placement].comment_ != 0; |
| 1357 | } |
| 1358 | |
| 1359 | std::string |
| 1360 | Value::getComment( CommentPlacement placement ) const |
no outgoing calls
no test coverage detected