MCPcopy Create free account
hub / github.com/Illumina/paragraph / getComment

Method getComment

external/jsoncpp/jsoncpp.cpp:3909–3913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected