function isBinaryVR()
in
dicomtojson.js [53:55]
3
lines of code
1
McCabe index (conditional complexity)
function isBinaryVR(vr) { return BIN_VR_LIST.includes(vr); }