MCPcopy Create free account
hub / github.com/Illumina/hap.py / getComment

Method getComment

external/jsoncpp/jsoncpp.cpp:2760–2764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2758}
2759
2760std::string Value::getComment(CommentPlacement placement) const {
2761 if (hasComment(placement))
2762 return comments_[placement].comment_;
2763 return "";
2764}
2765
2766void Value::setOffsetStart(size_t start) { start_ = start; }
2767

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected