(model, value)
| 534 | } |
| 535 | |
| 536 | update_selected(model, value) { |
| 537 | this.selected_indices = value; |
| 538 | this.apply_styles(); |
| 539 | } |
| 540 | |
| 541 | update_hovered(model, value) { |
| 542 | this.hovered_index = value === null ? value : [value]; |
nothing calls this directly
no test coverage detected
searching dependent graphs…