| 3907 | } |
| 3908 | |
| 3909 | JSONCPP_STRING Value::getComment(CommentPlacement placement) const { |
| 3910 | if (hasComment(placement)) |
| 3911 | return comments_[placement].comment_; |
| 3912 | return ""; |
| 3913 | } |
| 3914 | |
| 3915 | void Value::setOffsetStart(ptrdiff_t start) { start_ = start; } |
| 3916 |
no outgoing calls
no test coverage detected