| 1497 | } |
| 1498 | |
| 1499 | JSONCPP_STRING Value::getComment(CommentPlacement placement) const { |
| 1500 | if (hasComment(placement)) |
| 1501 | return comments_[placement].comment_; |
| 1502 | return ""; |
| 1503 | } |
| 1504 | |
| 1505 | void Value::setOffsetStart(ptrdiff_t start) { start_ = start; } |
| 1506 |
no outgoing calls
no test coverage detected