MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / getComment

Method getComment

src/share/jsoncpp/jsoncpp.cpp:3849–3853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected