(a, b)
| 375 | } |
| 376 | |
| 377 | function ascendingBox(a, b) { |
| 378 | return ascending(a.value, b.value); |
| 379 | } |
| 380 | |
| 381 | function ascendingBoxValue(a, value) { |
| 382 | return ascending(a.value, value); |
nothing calls this directly
no test coverage detected
searching dependent graphs…