MCPcopy 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
3427bool Value::empty() const {
3428 if (isNull() || isArray() || isObject())
3429 return size() == 0u;
3430 else
3431 return false;
3432}
3433
3434Value::operator bool() const { return ! isNull(); }
3435

Callers 15

sequentialAlignReadsFunction · 0.80
ValidationAlignerMethod · 0.80
getNodesMethod · 0.80
pickBestMethod · 0.80
alignReadMethod · 0.80
alignReadMethod · 0.80
pickBestMethod · 0.80
alignReadMethod · 0.80
graphFromJsonFunction · 0.80
estimateDepthsFunction · 0.80
setParametersMethod · 0.80
toStringMethod · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64