MCPcopy Create free account
hub / github.com/Samsung/ONE / getComment

Method getComment

runtime/3rdparty/jsoncpp/jsoncpp.cpp:4145–4145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4143bool Value::hasComment(CommentPlacement placement) const { return comments_.has(placement); }
4144
4145String Value::getComment(CommentPlacement placement) const { return comments_.get(placement); }
4146
4147void Value::setOffsetStart(ptrdiff_t start) { start_ = start; }
4148

Callers 2

Calls 1

getMethod · 0.45

Tested by

no test coverage detected