Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ hasComment
Method
hasComment
Sources/Dependencies/jsoncpp/value.cpp:1632–1634 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1630
}
1631
1632
bool Value::hasComment() const {
1633
return comments_.hasAny();
1634
}
1635
1636
bool Value::hasComment(CommentPlacement placement) const {
1637
return comments_.has(placement);
Callers
5
toStyledString
Method · 0.95
writeValue
Method · 0.80
writeCommentBeforeValue
Method · 0.80
writeCommentAfterValueOnSameLine
Method · 0.80
hasCommentForValue
Method · 0.80
Calls
2
hasAny
Method · 0.80
has
Method · 0.80
Tested by
no test coverage detected