(itemInfo: ItemInfo, winStart: number)
| 517 | } |
| 518 | |
| 519 | function intersect(itemInfo: ItemInfo, winStart: number) { |
| 520 | return itemInfo.e >= winStart && itemInfo.s <= winStart + containerRectSize; |
| 521 | } |
| 522 | } |
| 523 | |
| 524 | _findTargetItemIndex(targetDataIndex: number) { |
no outgoing calls
no test coverage detected