(marker)
| 4222 | } |
| 4223 | |
| 4224 | function extraLeft(marker) { return marker.inclusiveLeft ? -1 : 0; } |
| 4225 | function extraRight(marker) { return marker.inclusiveRight ? 1 : 0; } |
| 4226 | |
| 4227 | function compareCollapsedMarkers(a, b) { |
no outgoing calls
no test coverage detected