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

Method getComment

vrclient_x64/jsoncpp.cpp:3814–3818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected