(buf, i)
| 685 | } |
| 686 | } |
| 687 | function read(buf, i) { |
| 688 | if (indexSize === 1) { |
| 689 | return buf[i]; |
| 690 | } else { |
| 691 | return buf.readUInt16BE(i * indexSize); |
| 692 | } |
| 693 | } |
| 694 | var i; |
| 695 | if (dir) { |
| 696 | var foundIndex = -1; |
no outgoing calls
no test coverage detected
searching dependent graphs…