Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1426
String Value::getComment(CommentPlacement placement) const {
1427
return comments_.get(placement);
1428
}
1429
1430
void Value::setOffsetStart(ptrdiff_t start) { start_ = start; }
1431
Callers
2
writeCommentBeforeValue
Method · 0.80
writeCommentAfterValueOnSameLine
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected