(buf, i)
| 775 | } |
| 776 | |
| 777 | function read (buf, i) { |
| 778 | if (indexSize === 1) { |
| 779 | return buf[i] |
| 780 | } else { |
| 781 | return buf.readUInt16BE(i * indexSize) |
| 782 | } |
| 783 | } |
| 784 | |
| 785 | let i |
| 786 | if (dir) { |
no outgoing calls
no test coverage detected
searching dependent graphs…