MCPcopy Create free account
hub / github.com/cinder/Cinder / getComment

Method getComment

src/jsoncpp/jsoncpp.cpp:2730–2734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2728}
2729
2730std::string Value::getComment(CommentPlacement placement) const {
2731 if (hasComment(placement))
2732 return comments_[placement].comment_;
2733 return "";
2734}
2735
2736void Value::setOffsetStart(size_t start) { start_ = start; }
2737

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected