Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ has
Method
has
Sources/Dependencies/jsoncpp/value.cpp:1592–1594 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1590
}
1591
1592
bool Value::Comments::has(CommentPlacement slot) const {
1593
return ptr_ && !(*ptr_)[slot].empty();
1594
}
1595
1596
bool Value::Comments::hasAny() const {
1597
if (ptr_) {
Callers
1
hasComment
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected