Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ getComment
Method
getComment
Sources/Dependencies/jsoncpp/value.cpp:1640–1642 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1638
}
1639
1640
StringContainer Value::getComment(CommentPlacement placement) const {
1641
return comments_.get(placement);
1642
}
1643
1644
void Value::setOffsetStart(ptrdiff_t start) {
1645
start_ = start;
Callers
2
writeCommentBeforeValue
Method · 0.80
writeCommentAfterValueOnSameLine
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected