Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Illumina/paragraph
/ empty
Method
empty
external/jsoncpp/jsoncpp.cpp:3427–3432 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3425
}
3426
3427
bool Value::empty() const {
3428
if (isNull() || isArray() || isObject())
3429
return size() == 0u;
3430
else
3431
return false;
3432
}
3433
3434
Value::operator bool() const { return ! isNull(); }
3435
Callers
15
sequentialAlignReads
Function · 0.80
ValidationAligner
Method · 0.80
getNodes
Method · 0.80
pickBest
Method · 0.80
alignRead
Method · 0.80
alignRead
Method · 0.80
pickBest
Method · 0.80
alignRead
Method · 0.80
graphFromJson
Function · 0.80
estimateDepths
Function · 0.80
setParameters
Method · 0.80
toString
Method · 0.80
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.64
TEST
Function · 0.64