readSingle()
in
lib/index.js [146:149]
4
lines of code
1
McCabe index (conditional complexity)
readSingle(idx) { this._checkIndex(idx); return this._readSingle(idx); }