(
&self,
channel_index: usize,
start: usize,
end: usize,
color: Color,
highlight: Color,
)
| 778 | } |
| 779 | |
| 780 | fn create_entities( |
| 781 | &self, |
| 782 | channel_index: usize, |
| 783 | start: usize, |
| 784 | end: usize, |
| 785 | color: Color, |
| 786 | highlight: Color, |
| 787 | ) -> Vec<E> { |
| 788 | error!("create_entities"); |
| 789 | Vec::new() |
| 790 | } |
| 791 | |
| 792 | fn create_channels(&self, start: usize, end: usize) { |
| 793 | error!("create_channels"); |
nothing calls this directly
no outgoing calls
no test coverage detected