| 3847 | } |
| 3848 | |
| 3849 | JSONCPP_STRING Value::getComment(CommentPlacement placement) const { |
| 3850 | if (hasComment(placement)) |
| 3851 | return comments_[placement].comment_; |
| 3852 | return ""; |
| 3853 | } |
| 3854 | |
| 3855 | void Value::setOffsetStart(ptrdiff_t start) { start_ = start; } |
| 3856 |
no outgoing calls
no test coverage detected