function isEmptyElem()
in
dicomtojson.js [81:83]
3
lines of code
1
McCabe index (conditional complexity)
function isEmptyElem(elem) { return elem.length === 0; }