MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / getComment

Method getComment

src/jsoncpp.cpp:3815–3819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3813}
3814
3815std::string Value::getComment(CommentPlacement placement) const {
3816 if (hasComment(placement))
3817 return comments_[placement].comment_;
3818 return "";
3819}
3820
3821void Value::setOffsetStart(size_t start) { start_ = start; }
3822

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected