(marker)
| 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) { |
| 4228 | var lenDiff = a.lines.length - b.lines.length; |
no outgoing calls
no test coverage detected