MCPcopy Create free account
hub / github.com/Kitware/CMake / getComment

Method getComment

Utilities/cmjsoncpp/src/lib_json/json_value.cpp:1426–1428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1424}
1425
1426String Value::getComment(CommentPlacement placement) const {
1427 return comments_.get(placement);
1428}
1429
1430void Value::setOffsetStart(ptrdiff_t start) { start_ = start; }
1431

Callers 2

Calls 1

getMethod · 0.45

Tested by

no test coverage detected