MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / getComment

Method getComment

edrav2/eprj/jsoncpp/src/lib_json/json_value.cpp:1499–1503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1497}
1498
1499JSONCPP_STRING Value::getComment(CommentPlacement placement) const {
1500 if (hasComment(placement))
1501 return comments_[placement].comment_;
1502 return "";
1503}
1504
1505void Value::setOffsetStart(ptrdiff_t start) { start_ = start; }
1506

Callers 3

printValueTreeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected