MCPcopy Create free account
hub / github.com/SOUI2/soui / getComment

Method getComment

third-part/jsoncpp/src/lib_json/json_value.cpp:1440–1444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1438}
1439
1440JSONCPP_STRING Value::getComment(CommentPlacement placement) const {
1441 if (hasComment(placement))
1442 return comments_[placement].comment_;
1443 return "";
1444}
1445
1446void Value::setOffsetStart(ptrdiff_t start) { start_ = start; }
1447

Callers 3

printValueTreeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected