Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/ONE
/ hasComment
Method
hasComment
runtime/3rdparty/jsoncpp/jsoncpp.cpp:4143–4143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4141
}
4142
4143
bool Value::hasComment(CommentPlacement placement) const { return comments_.has(placement); }
4144
4145
String Value::getComment(CommentPlacement placement) const { return comments_.get(placement); }
4146
Callers
4
toStyledString
Method · 0.95
writeCommentBeforeValue
Method · 0.80
writeCommentAfterValueOnSameLine
Method · 0.80
hasCommentForValue
Method · 0.80
Calls
1
has
Method · 0.80
Tested by
no test coverage detected