MCPcopy Create free account
hub / github.com/Illumina/hap.py / empty

Method empty

external/jsoncpp/jsoncpp.cpp:2357–2362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2355}
2356
2357bool Value::empty() const {
2358 if (isNull() || isArray() || isObject())
2359 return size() == 0u;
2360 else
2361 return false;
2362}
2363
2364bool Value::operator!() const { return isNull(); }
2365

Callers 15

getGQFunction · 0.80
getDPFunction · 0.80
setFormatStringsFunction · 0.80
setFormatFloatsFunction · 0.80
setFormatIntsFunction · 0.80
contigSizeMethod · 0.80
contigNonNSizeMethod · 0.80
writeMethod · 0.80
getLevelsMethod · 0.80
appendToVarListFunction · 0.80
extraCountsToBIMethod · 0.80
addMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected