(marker)
| 1400 | return marker.inclusiveLeft ? -1 : 0 |
| 1401 | } |
| 1402 | function extraRight(marker) { |
| 1403 | return marker.inclusiveRight ? 1 : 0 |
| 1404 | } |
| 1405 | |
| 1406 | // Returns a number indicating which of two overlapping collapsed |
| 1407 | // spans is larger (and thus includes the other). Falls back to |
no outgoing calls
no test coverage detected