(marker)
| 1480 | // Helpers used when computing which overlapping collapsed span |
| 1481 | // counts as the larger one. |
| 1482 | function extraLeft(marker) { return marker.inclusiveLeft ? -1 : 0 } |
| 1483 | function extraRight(marker) { return marker.inclusiveRight ? 1 : 0 } |
| 1484 | |
| 1485 | // Returns a number indicating which of two overlapping collapsed |
no outgoing calls
no test coverage detected