(marker)
| 5301 | // counts as the larger one. |
| 5302 | function extraLeft(marker) { return marker.inclusiveLeft ? -1 : 0; } |
| 5303 | function extraRight(marker) { return marker.inclusiveRight ? 1 : 0; } |
| 5304 | |
| 5305 | // Returns a number indicating which of two overlapping collapsed |
| 5306 | // spans is larger (and thus includes the other). Falls back to |
no outgoing calls
no test coverage detected